nodestate_show displays current boot state
[tests.git] / system / TestPlc.py
index a39cc5b..64084b1 100644 (file)
@@ -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):