# File tests/drivers/rhevm/hardware_profiles_test.rb, line 45
    def test_05_it_filter_hardware_profiles
      get_auth_url '/api;driver=rhevm/hardware_profiles?architecture=i386'
      (last_xml_response/'hardware_profiles/hardware_profile').length.should == 0
      get_auth_url '/api;driver=rhevm/hardware_profiles?architecture=x86_64'
      (last_xml_response/'hardware_profiles/hardware_profile').length.should == 2
    end