X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestPlc.py;h=64084b1d16a21685cfe1beabf69e9292988a0bd3;hb=9b0329cff29b8367bb22cbc2be72544d16c1e67c;hp=a39cc5bb059562b9547bd14cb4d4c040e833bd64;hpb=da14843478da3a893a666c7674d14005f39c8306;p=tests.git diff --git a/system/TestPlc.py b/system/TestPlc.py index a39cc5b..64084b1 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -110,7 +110,8 @@ class TestPlc: 'clean_sites', 'clean_nodes', 'clean_slices', 'clean_keys', SEP, 'clean_leases', 'list_leases', SEP, 'populate' , SEP, - 'nodestate_safeboot','nodestate_boot','list_all_qemus', 'list_qemus', 'kill_qemus', SEP, + 'nodestate_show','nodestate_safeboot','nodestate_boot', SEP, + 'list_all_qemus', 'list_qemus', 'kill_qemus', SEP, 'plcclean_sfa', 'dbclean_sfa', 'stop_sfa','uninstall_sfa', 'clean_sfi', SEP, 'db_dump' , 'db_restore', SEP, 'standby_1 through 20',SEP, @@ -939,7 +940,11 @@ class TestPlc: pass @node_mapper def nodestate_boot (self): - "all nodes: mark PLCAPI boot_state as safeboot" + "all nodes: mark PLCAPI boot_state as boot" + pass + @node_mapper + def nodestate_show (self): + "all nodes: show PLCAPI boot_state" pass @node_mapper def export_qemu (self):