X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestPlc.py;h=f5ea38e1f55148348b2d8a6bad4340ae121bc0e1;hb=d09cbd5b5d9d02ceadf6f09c446b17c8c1cb6f5e;hp=734ee7c788372cc826ff2b4314e83dfa2aab0c83;hpb=8393b876fc0c946d7cb36f4e8046e0323cfde823;p=tests.git diff --git a/system/TestPlc.py b/system/TestPlc.py index 734ee7c..f5ea38e 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -62,7 +62,7 @@ SEP='' class TestPlc: - default_steps = ['uninstall','install','install_rpm', + default_steps = ['display','uninstall','install','install_rpm', 'configure', 'start', 'fetch_keys', SEP, 'store_keys', 'clear_known_hosts', 'initscripts', SEP, 'sites', 'nodes', 'slices', 'nodegroups', SEP, @@ -267,6 +267,9 @@ class TestPlc: node.kill_qemu() return True + def display (self): + utils.show_plc_spec (self.plc_spec) + return True ### utility methods for handling the pool of IP addresses allocated to plcs # Logic