# File tests/drivers/rhevm/hardware_profiles_test.rb, line 13
    def test_01_it_returns_hardware_profiles
      get_auth_url '/api;driver=rhevm/hardware_profiles'
      (last_xml_response/'hardware_profiles/hardware_profile').length.should == 2
    end