commit | 8ab9aea60c91c320f801cd854066ed26afa0b007 | [log] [tgz] |
---|---|---|
author | Michael Walsh <micwalsh@us.ibm.com> | Thu Nov 01 16:30:45 2018 -0500 |
committer | George Keishing <gkeishin@in.ibm.com> | Fri Nov 02 15:58:55 2018 +0000 |
tree | 0a3a016ca9d8a51620e656769a821016373f0634 | |
parent | 192d5e763053568f4be1221bd0027bbe31c0253e [diff] |
Stop/cp_stop_check: Add lib/gen_robot_print.py This was made necessary by the change in https://gerrit.openbmc-project.xyz/#/c/openbmc/openbmc-test-automation/+/15089/ Change-Id: I5579145cc304475a10d70c2fc62ae6791cf9031f Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/bin/plug_ins/Stop/cp_stop_check b/bin/plug_ins/Stop/cp_stop_check index 87784ac..fcbd9c0 100755 --- a/bin/plug_ins/Stop/cp_stop_check +++ b/bin/plug_ins/Stop/cp_stop_check
@@ -114,8 +114,9 @@ return print_timen("Checking to see whether REST commands are working.") - init_robot_out_parms(get_plug_in_package_name() + ".") - lib_file_path = init_robot_file_path("lib/state.py") + init_robot_out_parms(get_plug_in_package_name() + "." + pgm_name + ".") + lib_file_path = init_robot_file_path("lib/state.py") + ":"\ + + init_robot_file_path("lib/gen_robot_print.py") set_mod_global(lib_file_path) timeout = '0 seconds' interval = '1 second'