# File tests/drivers/mock/hardware_profiles_test.rb, line 71
    def test_it_returns_valid_hardware_profile
      get_auth_url '/api/hardware_profiles/m1-xlarge'
      profile = (last_xml_response/'hardware_profile')
      test_profile_properties(profile)
    end