# File tests/drivers/openstack/instances_test.rb, line 54
    def test_02_02_created_instance_has_correct_authentication
      (@@instance2/'instance/authentication').first.should_not == nil
      (@@instance2/'instance/authentication').first[:type].should == 'password'
      (@@instance2/'instance/authentication/login/username').first.text.should == 'root'
      (@@instance2/'instance/authentication/login/password').first.text.should_not == nil
      (@@instance2/'instance/authentication/login/password').first.text.should_not == ''
    end