netcmd: claims: rename claims and silo tests
authorRob van der Linde <rob@catalyst.net.nz>
Thu, 12 Oct 2023 01:53:18 +0000 (14:53 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 26 Oct 2023 23:32:34 +0000 (23:32 +0000)
commit3e9f74a680bc1d8c0daa133df3c4f8b84e1addc4
tree77368772e85cbba44c31f3179c2818a6e99f5190
parent156887c6d0b09795bae98564204e560919d0efa5
netcmd: claims: rename claims and silo tests

Rename test function names that were starting to get very long.

They were all prefixed with the test name, stop doing that and use double underscore for better separation.

e.g. AuthPolicyCmdTestCase.test_authentication_policy_list_json

becomes AuthPolicyCmdTestCase.test_list__json

The claim types and value types test cases have been split into two testcases.

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/samba_tool/domain_auth_policy.py
python/samba/tests/samba_tool/domain_auth_silo.py
python/samba/tests/samba_tool/domain_claim.py
selftest/knownfail.d/claims-client-tool
selftest/knownfail.d/silo-client-tool