OSDN Git Service

tools/mgmt-tester: Update expected settings to support recent HS changes
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 1 Oct 2013 06:29:12 +0000 (09:29 +0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 1 Oct 2013 06:29:12 +0000 (09:29 +0300)
tools/mgmt-tester.c

index 8eacb39..adfb45d 100644 (file)
@@ -302,7 +302,7 @@ static void test_condition_complete(struct test_data *data)
                user->test_data = data; \
                user->expected_version = 0x06; \
                user->expected_manufacturer = 0x003f; \
-               user->expected_supported_settings = 0x000006ff; \
+               user->expected_supported_settings = 0x000007ff; \
                user->initial_settings = 0x00000080; \
                user->unmet_conditions = 0; \
                tester_add_full(name, data, \
@@ -320,7 +320,7 @@ static void test_condition_complete(struct test_data *data)
                user->test_data = data; \
                user->expected_version = 0x05; \
                user->expected_manufacturer = 0x003f; \
-               user->expected_supported_settings = 0x000000ff; \
+               user->expected_supported_settings = 0x000001ff; \
                user->initial_settings = 0x00000080; \
                user->unmet_conditions = 0; \
                tester_add_full(name, data, \