The test in test/functional/auth/test_user fails due to the fact that in 11.5.4, the field partitionAccess is returned as a unicode, yet in 11.6 and greater, it is a dict. This just requires a test fixup for now.
assert 'Common' == [{'name': 'all-partitions', 'role': 'no-access'}]
+ where 'Common' = <f5.bigip.tm.auth.user.User object at 0x7fcb28a49d50>.partitionAccess
The test in test/functional/auth/test_user fails due to the fact that in 11.5.4, the field partitionAccess is returned as a unicode, yet in 11.6 and greater, it is a dict. This just requires a test fixup for now.