# File tests/drivers/rhevm/instances_test.rb, line 48
    def test_03_02_created_instance_has_correct_hardware_profile
      (@@instance2/'instance/hardware_profile').length.should == 1
      (@@instance2/'instance/hardware_profile').first[:id].should == "SERVER"
      (@@instance2/'instance/hardware_profile').first[:href].should_not == nil
    end