mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
add __main__ function for keystone test
This commit is contained in:
parent
3e2375c829
commit
b488cf2420
@ -243,3 +243,8 @@ class KeystoneStateTest(integration.ModuleCase,
|
||||
roles={'testv3': ['user']},
|
||||
profile='adminv3')
|
||||
self.assertTrue(ret['keystone_|-testv3_|-testv3_|-user_present']['result'])
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from integration import run_tests
|
||||
run_tests(KeystoneStateTest)
|
||||
|
Loading…
Reference in New Issue
Block a user