# File tests/drivers/mock/hardware_profiles_test.rb, line 65
    def test_m1_xlarge_profile_has_correct_attributes
      get_auth_url '/api/hardware_profiles'
      profile = (last_xml_response/'hardware_profiles/hardware_profile[@id="m1-xlarge"]')
      test_profile_properties(profile)
    end