History log of /openbmc/openbmc-test-automation/bin/ (Results 51 – 75 of 120)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
acc7c56e20-Aug-2019 Gunnar Mills <gmills@us.ibm.com>

Codespell fixes

Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Change-Id: I2cf2

Codespell fixes

Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Change-Id: I2cf277da6cc16322eff8adaba83e1ea98dd4cb41
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


select_version
/openbmc/openbmc-test-automation/data/variables.py
/openbmc/openbmc-test-automation/extended/code_update/bmc_multi_code_update.robot
/openbmc/openbmc-test-automation/extended/run_keyword.py
/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_server_power_operations.robot
/openbmc/openbmc-test-automation/lib/bmc_network_utils.py
/openbmc/openbmc-test-automation/lib/code_update_utils.py
/openbmc/openbmc-test-automation/lib/code_update_utils.robot
/openbmc/openbmc-test-automation/lib/gen_cmd.py
/openbmc/openbmc-test-automation/lib/gen_misc.py
/openbmc/openbmc-test-automation/lib/gen_robot_valid.py
/openbmc/openbmc-test-automation/lib/gen_valid.py
/openbmc/openbmc-test-automation/lib/print.tcl
/openbmc/openbmc-test-automation/lib/redfish_code_update_utils.robot
/openbmc/openbmc-test-automation/lib/utilities.py
/openbmc/openbmc-test-automation/openpower/tests_openbmctool/test_openbmctool.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_ldap_configuration.robot
/openbmc/openbmc-test-automation/redfish/extended/redfish_bmc_code_update.robot
/openbmc/openbmc-test-automation/redfish/extended/test_escale_base.robot
/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc.robot
/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc_time.robot
/openbmc/openbmc-test-automation/redfish/systems/test_power_voltage_readings.robot
/openbmc/openbmc-test-automation/redfish/systems/test_powersupply_readings.robot
/openbmc/openbmc-test-automation/redfish/systems/test_systems_inventory.robot
/openbmc/openbmc-test-automation/redfish/systems/test_thermal_ambient_temperatures.robot
/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_inventory.robot
/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_property.robot
/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_tftp_upload_image.robot
/openbmc/openbmc-test-automation/redfish/update_service/test_redfish_bmc_code_update.robot
/openbmc/openbmc-test-automation/templates/pgm_template.py
/openbmc/openbmc-test-automation/test_lists/skip_test_witherspoon
3468df5629-Jun-2019 Steven Sombar <ssombar@us.ibm.com>

Websocket test

Resolves openbmc/openbmc-test-automation#1219

Signed-off-by: Steven Sombar <ssombar@us.ibm.com>
Change-Id: Ic756636ac97c5219ccca4431b60f1eb376659285


websocket_monitor.py
/openbmc/openbmc-test-automation/data/variables.py
/openbmc/openbmc-test-automation/extended/code_update/host_code_update.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_user.robot
/openbmc/openbmc-test-automation/lib/bmc_redfish.py
/openbmc/openbmc-test-automation/lib/code_update_utils.robot
/openbmc/openbmc-test-automation/lib/dump_utils.robot
/openbmc/openbmc-test-automation/lib/gen_print.py
/openbmc/openbmc-test-automation/lib/logging_utils.robot
/openbmc/openbmc-test-automation/lib/obmc_boot_test.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_list.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_methods.robot
/openbmc/openbmc-test-automation/lib/openbmctool_utils.py
/openbmc/openbmc-test-automation/lib/redfish_code_update_utils.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_ldap_configuration.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot
/openbmc/openbmc-test-automation/redfish/extended/test_basic_ci.robot
/openbmc/openbmc-test-automation/redfish/extended/test_bmc_dump.robot
/openbmc/openbmc-test-automation/redfish/extended/test_power_capping.robot
/openbmc/openbmc-test-automation/redfish/extended/test_power_restore.robot
/openbmc/openbmc-test-automation/redfish/extended/test_remote_logging.robot
/openbmc/openbmc-test-automation/redfish/extended/test_websocket.robot
/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_conf.robot
/openbmc/openbmc-test-automation/redfish/systems/test_powersupply_readings.robot
/openbmc/openbmc-test-automation/redfish/systems/test_systems_inventory.robot
/openbmc/openbmc-test-automation/redfish/update_service/redfish_bmc_code_update.robot
/openbmc/openbmc-test-automation/snmp/test_bmc_snmp_config.robot
/openbmc/openbmc-test-automation/systest/test_boot_acceptance.robot
2ea965ce01-Aug-2019 Michael Walsh <micwalsh@us.ibm.com>

Switch to exit_on_error mode

Switch several programs to newer exit_on_error mode. This mode dictates
the behavior of the validation functions.

Also, valid_value recently:
- Switched the order of 2

Switch to exit_on_error mode

Switch several programs to newer exit_on_error mode. This mode dictates
the behavior of the validation functions.

Also, valid_value recently:
- Switched the order of 2 positional arguments
- Added code to default invalid_values to ["", None] vs [""]

Changed Auto_reboot/cp_master accordingliny.

Change-Id: I3ade00d8b51d567604f59ff6c8f993f4afc864ee
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...


/openbmc/openbmc-test-automation/README.md
plug_ins/Auto_reboot/cp_master
plug_ins/Stop/cp_stop_check
/openbmc/openbmc-test-automation/data/variables.py
/openbmc/openbmc-test-automation/extended/code_update/host_code_update.robot
/openbmc/openbmc-test-automation/gui/data/resource_variables.py
/openbmc/openbmc-test-automation/gui/lib/resource.robot
/openbmc/openbmc-test-automation/gui/test/gui_header/test_obmc_gui_ip_refresh_check.robot
/openbmc/openbmc-test-automation/gui/test/server_config/test_obmc_gui_network_settings.robot
/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_server_power_operations.robot
/openbmc/openbmc-test-automation/gui/test/server_overview/test_obmc_gui_server_overview.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_asset_tag.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_chassis.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_disable.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_general.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_mc_id.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_sdr.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_sel.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_user.robot
/openbmc/openbmc-test-automation/lib/bmc_redfish.py
/openbmc/openbmc-test-automation/lib/boot_data.py
/openbmc/openbmc-test-automation/lib/code_update_utils.robot
/openbmc/openbmc-test-automation/lib/common_utils.robot
/openbmc/openbmc-test-automation/lib/dump_utils.py
/openbmc/openbmc-test-automation/lib/func_args.py
/openbmc/openbmc-test-automation/lib/func_timer.py
/openbmc/openbmc-test-automation/lib/gen_call_robot.py
/openbmc/openbmc-test-automation/lib/gen_cmd.py
/openbmc/openbmc-test-automation/lib/gen_print.py
/openbmc/openbmc-test-automation/lib/gen_robot_valid.py
/openbmc/openbmc-test-automation/lib/gen_valid.py
/openbmc/openbmc-test-automation/lib/ipmi_client.robot
/openbmc/openbmc-test-automation/lib/logging_utils.py
/openbmc/openbmc-test-automation/lib/obmc_boot_test.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_list.py
/openbmc/openbmc-test-automation/lib/openbmctool_utils.py
/openbmc/openbmc-test-automation/lib/print.tcl
/openbmc/openbmc-test-automation/lib/ras/host_utils.robot
/openbmc/openbmc-test-automation/lib/redfish_code_update_utils.robot
/openbmc/openbmc-test-automation/lib/state.py
/openbmc/openbmc-test-automation/lib/tftp_update_utils.py
/openbmc/openbmc-test-automation/lib/utils.robot
/openbmc/openbmc-test-automation/lib/var_stack.py
/openbmc/openbmc-test-automation/openpower/ras/test_host_boot_ras.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_ldap_configuration.robot
/openbmc/openbmc-test-automation/redfish/extended/test_bmc_dump.robot
/openbmc/openbmc-test-automation/redfish/extended/test_bmc_file_mirroring.robot
/openbmc/openbmc-test-automation/redfish/extended/test_power_capping.robot
/openbmc/openbmc-test-automation/redfish/extended/test_power_restore.robot
/openbmc/openbmc-test-automation/redfish/extended/test_remote_logging.robot
/openbmc/openbmc-test-automation/redfish/extended/test_software_manager.robot
/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_conf.robot
/openbmc/openbmc-test-automation/redfish/managers/test_certificate.robot
/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc_time.robot
/openbmc/openbmc-test-automation/redfish/service_root/test_service_root.robot
/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_association.robot
/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_event_logging.robot
/openbmc/openbmc-test-automation/redfish/systems/test_systems_inventory.robot
/openbmc/openbmc-test-automation/redfish/systems/test_thermal_ambient_temperatures.robot
/openbmc/openbmc-test-automation/redfish/update_service/redfish_bmc_code_update.robot
/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_property.robot
/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_tftp_upload_image.robot
/openbmc/openbmc-test-automation/templates/pgm_template.robot
/openbmc/openbmc-test-automation/templates/python_pgm_template
/openbmc/openbmc-test-automation/test_lists/HW_CI
/openbmc/openbmc-test-automation/test_lists/skip_test_witherspoon
/openbmc/openbmc-test-automation/test_lists/witherspoon/regression_bucket_master
/openbmc/openbmc-test-automation/tests/ipmi/test_chassis.robot
/openbmc/openbmc-test-automation/tests/ipmi/test_general_ipmi.robot
/openbmc/openbmc-test-automation/tests/test_basic_poweron.robot
3c4869a217-Jul-2019 Michael Walsh <micwalsh@us.ibm.com>

Stop REST check moved last to improve performance

Changed to check for REST functionality last for better efficiency.
If a test has failed, and the test is to be stopped, it is a waste of time to
fi

Stop REST check moved last to improve performance

Changed to check for REST functionality last for better efficiency.
If a test has failed, and the test is to be stopped, it is a waste of time to
first check whether REST commands are working since the result will be the
same.

The same is true for esel_stop_check.

Change-Id: I3237c0e06659eb3f587742cd7e737b7e373e7c9b
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...


/openbmc/openbmc-test-automation/README.md
plug_ins/Stop/cp_stop_check
/openbmc/openbmc-test-automation/data/boot_lists/All
/openbmc/openbmc-test-automation/data/variables.py
/openbmc/openbmc-test-automation/extended/obmc_boot_test_resource.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_resets.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_sdr.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_sol.robot
/openbmc/openbmc-test-automation/lib/boot_data.py
/openbmc/openbmc-test-automation/lib/code_update_utils.py
/openbmc/openbmc-test-automation/lib/code_update_utils.robot
/openbmc/openbmc-test-automation/lib/gen_print.py
/openbmc/openbmc-test-automation/lib/gen_robot_print.py
/openbmc/openbmc-test-automation/lib/ipmi_client.robot
/openbmc/openbmc-test-automation/lib/obmc_boot_test.py
/openbmc/openbmc-test-automation/lib/print.tcl
/openbmc/openbmc-test-automation/lib/snmp/resource.robot
/openbmc/openbmc-test-automation/lib/snmp/snmp_utils.robot
/openbmc/openbmc-test-automation/lib/tally_sheet.py
/openbmc/openbmc-test-automation/openpower/secureboot/test_secureboot.robot
/openbmc/openbmc-test-automation/redfish/__init__.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_ldap_configuration.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot
/openbmc/openbmc-test-automation/redfish/extended/test_os_reboot.robot
/openbmc/openbmc-test-automation/redfish/extended/test_remote_logging.robot
/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_conf.robot
/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_mac.robot
/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc.robot
/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc_time.robot
/openbmc/openbmc-test-automation/redfish/systems/test_boot_devices.robot
/openbmc/openbmc-test-automation/redfish/systems/test_power_voltage_readings.robot
/openbmc/openbmc-test-automation/redfish/systems/test_thermal_ambient_temperatures.robot
/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_inventory.robot
/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_property.robot
/openbmc/openbmc-test-automation/robot_custom_rules.py
/openbmc/openbmc-test-automation/robot_standards
/openbmc/openbmc-test-automation/security/test_bmc_ssh_security.robot
/openbmc/openbmc-test-automation/snmp/test_bmc_snmp_config.robot
/openbmc/openbmc-test-automation/test_lists/CT_basic_run
/openbmc/openbmc-test-automation/test_lists/HW_CI
/openbmc/openbmc-test-automation/tests/test_fans.robot
2bcd654f24-Jun-2019 Michael Walsh <micwalsh@us.ibm.com>

Detect and fail on direct call to select_version

Change-Id: Ib8cf28eb75c2d03a5fd2138d560ea75f35a39eb8
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

80caea0921-Jun-2019 Michael Walsh <micwalsh@us.ibm.com>

plug_ins: Use exit_not_master/print_plug_in_header

Update several plug-ins as follows:
- Use exit_not_master where appropriate. See gen_plug_in_utils.py
exit_not_master prolog for more info.
- Ch

plug_ins: Use exit_not_master/print_plug_in_header

Update several plug-ins as follows:
- Use exit_not_master where appropriate. See gen_plug_in_utils.py
exit_not_master prolog for more info.
- Change from using dprint_plug_vars to print_plug_in_header which is
more comprehensive.

Change-Id: I5dedb7ae1faaa0cc6344e6f7e45a02cbba01d3b5
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...

a607607614-Jun-2019 Michael Walsh <micwalsh@us.ibm.com>

Use bash exec in select_version

- Changed to have select_version call the target program using exec rather
than just a simple call. This will cause the select_version process to be
replaced ent

Use bash exec in select_version

- Changed to have select_version call the target program using exec rather
than just a simple call. This will cause the select_version process to be
replaced entirely with the target process. This makes it easier for using
jobs to find the process by name (since there will only be one rather than
two).

Change-Id: Iebdafed6616762ecbed698d1959cbd708006d8f7
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...

e0c5ec3a13-Jun-2019 George Keishing <gkeishin@in.ibm.com>

Typo and test case name fix

Change-Id: If65f27f0b67f2f7ea0091c9b060740f78c926693
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

ae96c5ee29-May-2019 Michael Walsh <micwalsh@us.ibm.com>

New bin/select_version as python/robot wrapper

Created bin/python and bin/robot link to new bin/select_version.

This bash shell in the git repo bin directory will select the correct
version of pyth

New bin/select_version as python/robot wrapper

Created bin/python and bin/robot link to new bin/select_version.

This bash shell in the git repo bin directory will select the correct
version of python/robot to interpret a python/robot program based on
environment variable PYTHON_VERSION (or ROBOT_VERSION).

Change-Id: I372eda2a69bc73ffbeeb2a3051efb781331d423d
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...

61ce3e8c29-May-2019 Michael Walsh <micwalsh@us.ibm.com>

New gen_list.sh bash source file

Change-Id: If01246bd55d9167c75bf5646bed40eadb26c3983
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

2c3d6edc29-May-2019 Michael Walsh <micwalsh@us.ibm.com>

New gen_setup.sh bash source file

Change-Id: I755b1a93862047678d1daacb36cbb0d564a07966
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>


/openbmc/openbmc-test-automation/README.md
gen_setup.sh
/openbmc/openbmc-test-automation/data/variables.py
/openbmc/openbmc-test-automation/gui/test/server_config/test_obmc_gui_certificate.robot
/openbmc/openbmc-test-automation/gui/test/users/test_obmc_gui_manage_user.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_user.robot
/openbmc/openbmc-test-automation/lib/bmc_network_utils.robot
/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.py
/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.robot
/openbmc/openbmc-test-automation/lib/certificate_utils.robot
/openbmc/openbmc-test-automation/lib/esel_utils.robot
/openbmc/openbmc-test-automation/lib/fan_utils.robot
/openbmc/openbmc-test-automation/lib/logging_utils.robot
/openbmc/openbmc-test-automation/lib/ras/host_utils.robot
/openbmc/openbmc-test-automation/lib/redfish_plus.py
/openbmc/openbmc-test-automation/lib/var_funcs.py
/openbmc/openbmc-test-automation/openpower/ras/ras_utils.robot
/openbmc/openbmc-test-automation/openpower/ras/test_bmc_ras.robot
/openbmc/openbmc-test-automation/openpower/ras/test_host_boot_ras.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_ldap_configuration.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot
/openbmc/openbmc-test-automation/redfish/extended/test_fan_operation.robot
/openbmc/openbmc-test-automation/redfish/extended/test_service_restart_policy.robot
/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_conf.robot
/openbmc/openbmc-test-automation/redfish/managers/test_certificate.robot
/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc.robot
/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc_time.robot
/openbmc/openbmc-test-automation/redfish/service_root/test_service_root.robot
/openbmc/openbmc-test-automation/redfish/service_root/test_service_root_security.robot
/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_esel.robot
/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_event_logging.robot
/openbmc/openbmc-test-automation/redfish/systems/test_systems_inventory.robot
/openbmc/openbmc-test-automation/tests/ipmi/test_fru.robot
/openbmc/openbmc-test-automation/tests/test_fans_os.robot
/openbmc/openbmc-test-automation/tests/test_inventory.robot
/openbmc/openbmc-test-automation/tests/test_rest_interfaces.robot
0d5f96a420-May-2019 Michael Walsh <micwalsh@us.ibm.com>

Fix print_var calls: new fmt, indent, etc.

Changed print_var calls to correctly use new arguments:
- fmt
- indent
- col1_width

Change-Id: If80088d5b69865074fd510421b918da7fd8e874e
Signed-off-by:

Fix print_var calls: new fmt, indent, etc.

Changed print_var calls to correctly use new arguments:
- fmt
- indent
- col1_width

Change-Id: If80088d5b69865074fd510421b918da7fd8e874e
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...

c2762f6217-May-2019 Michael Walsh <micwalsh@us.ibm.com>

Replace pvar usage with print_var

pvar is an abbreviation for print_var. For final code, print_var lends more
clarity.

Change-Id: Ibbb606ce10b2a1035eaf735c383758fb9a224149
Signed-off-by: Michael W

Replace pvar usage with print_var

pvar is an abbreviation for print_var. For final code, print_var lends more
clarity.

Change-Id: Ibbb606ce10b2a1035eaf735c383758fb9a224149
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...


obmc_ser_num
validate_plug_ins.py
/openbmc/openbmc-test-automation/data/boot_lists/All
/openbmc/openbmc-test-automation/data/variables.py
/openbmc/openbmc-test-automation/gui/data/resource_variables.py
/openbmc/openbmc-test-automation/gui/test/server_overview/test_obmc_gui_server_overview.robot
/openbmc/openbmc-test-automation/gui/test/users/test_obmc_gui_manage_user.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_sdr.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_sol.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_user.robot
/openbmc/openbmc-test-automation/lib/bmc_network_utils.robot
/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.py
/openbmc/openbmc-test-automation/lib/common_utils.robot
/openbmc/openbmc-test-automation/lib/dump_utils.py
/openbmc/openbmc-test-automation/lib/fan_utils.robot
/openbmc/openbmc-test-automation/lib/func_args.py
/openbmc/openbmc-test-automation/lib/func_timer.py
/openbmc/openbmc-test-automation/lib/gen_plug_in_utils.py
/openbmc/openbmc-test-automation/lib/ipmi_client.robot
/openbmc/openbmc-test-automation/lib/obmc_boot_test.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc.robot
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_list.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_methods.robot
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_utils.robot
/openbmc/openbmc-test-automation/lib/redfish_plus.py
/openbmc/openbmc-test-automation/lib/snmp/snmp_utils.robot
/openbmc/openbmc-test-automation/lib/state.py
/openbmc/openbmc-test-automation/lib/utils.robot
/openbmc/openbmc-test-automation/lib/var_funcs.py
/openbmc/openbmc-test-automation/openpower/secureboot/test_secureboot.robot
/openbmc/openbmc-test-automation/redfish/__init__.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot
/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Reference_Checker.robot
/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Usecase_Checkers.robot
/openbmc/openbmc-test-automation/redfish/extended/test_fan_operation.robot
/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_conf.robot
/openbmc/openbmc-test-automation/redfish/managers/test_certificate.robot
/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc.robot
/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc_time.robot
/openbmc/openbmc-test-automation/redfish/service_root/test_service_root_security.robot
/openbmc/openbmc-test-automation/redfish/systems/test_boot_devices.robot
/openbmc/openbmc-test-automation/redfish/systems/test_power_operations.robot
/openbmc/openbmc-test-automation/systest/htx_hardbootme_test.robot
/openbmc/openbmc-test-automation/tests/test_alternate_fan_settings.robot
/openbmc/openbmc-test-automation/tests/test_basic_poweron.robot
/openbmc/openbmc-test-automation/tests/test_fans.robot
/openbmc/openbmc-test-automation/tests/test_fans_os.robot
/openbmc/openbmc-test-automation/tests/test_inventory.robot
64fbc9c905-Apr-2019 Michael Walsh <micwalsh@us.ibm.com>

auto_status_file: strip file extensions on prefix

When generating a default prefix value based on a program's name, strip any
file extensions (e.g. ".py", ".sh").

Change-Id: I0c4afd754cd1336cbef6d2

auto_status_file: strip file extensions on prefix

When generating a default prefix value based on a program's name, strip any
file extensions (e.g. ".py", ".sh").

Change-Id: I0c4afd754cd1336cbef6d2ef658570d152cd263a
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...


auto_status_file.py
/openbmc/openbmc-test-automation/extended/run_keyword.py
/openbmc/openbmc-test-automation/extended/test_bmc_upload_stability.robot
/openbmc/openbmc-test-automation/gui/__init__.robot
/openbmc/openbmc-test-automation/gui/data/resource_variables.py
/openbmc/openbmc-test-automation/gui/lib/resource.robot
/openbmc/openbmc-test-automation/lib/boot_data.py
/openbmc/openbmc-test-automation/lib/common_utils.robot
/openbmc/openbmc-test-automation/lib/dump_utils.robot
/openbmc/openbmc-test-automation/lib/fan_utils.robot
/openbmc/openbmc-test-automation/lib/gen_cmd.py
/openbmc/openbmc-test-automation/lib/gen_print.py
/openbmc/openbmc-test-automation/lib/gen_robot_print.py
/openbmc/openbmc-test-automation/lib/gen_robot_valid.py
/openbmc/openbmc-test-automation/lib/obmc_boot_test.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_list.py
/openbmc/openbmc-test-automation/lib/secureboot/secureboot.py
/openbmc/openbmc-test-automation/lib/secureboot/secureboot.robot
/openbmc/openbmc-test-automation/lib/state.py
/openbmc/openbmc-test-automation/network/test_cable_pull_recover.robot
/openbmc/openbmc-test-automation/network/test_host_network_interfaces.robot
/openbmc/openbmc-test-automation/openpower/secureboot/test_secureboot.robot
/openbmc/openbmc-test-automation/openpower/tests_openbmctool/test_openbmctool.robot
/openbmc/openbmc-test-automation/redfish/__init__.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_ipmi_redfish_user.robot
/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Usecase_Checkers.robot
/openbmc/openbmc-test-automation/redfish/service_root/test_service_root.robot
/openbmc/openbmc-test-automation/redfish/service_root/test_service_root_security.robot
/openbmc/openbmc-test-automation/syslib/utils_os.robot
/openbmc/openbmc-test-automation/systest/adapter_ucode_update.robot
/openbmc/openbmc-test-automation/systest/gpu_stress_test.robot
/openbmc/openbmc-test-automation/systest/htx_hardbootme_test.robot
/openbmc/openbmc-test-automation/systest/io_storage_compability.robot
/openbmc/openbmc-test-automation/systest/network_stability_test.robot
/openbmc/openbmc-test-automation/systest/proc_freq_check.robot
/openbmc/openbmc-test-automation/systest/proc_turbo_freq_check.robot
/openbmc/openbmc-test-automation/test_lists/HW_CI
/openbmc/openbmc-test-automation/tests/test_alternate_fan_settings.robot
/openbmc/openbmc-test-automation/tests/test_basic_poweron.robot
/openbmc/openbmc-test-automation/tests/test_fans_os.robot
/openbmc/openbmc-test-automation/tests/test_inventory.robot
b3beaa8426-Mar-2019 Michael Walsh <micwalsh@us.ibm.com>

Switch from using autoscript to auto_status_file

Change-Id: I7769e659a85c81a636bea871f7305dad356313b0
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

888be1fa26-Mar-2019 Michael Walsh <micwalsh@us.ibm.com>

New auto_status_file.py program

auto_status_file.py will create a status file path name adhering to the
following pattern: <status dir path>/<prefix>.yymmdd.hhmmss.status. It will
then run the comma

New auto_status_file.py program

auto_status_file.py will create a status file path name adhering to the
following pattern: <status dir path>/<prefix>.yymmdd.hhmmss.status. It will
then run the command string and direct its stdout/stderr to the status file
and optionally to stdout. This dual output streaming will be accomplished
using either the "script" or the "tee" program. auto_status_file.py will also
set and export environment variable "AUTO_STATUS_FILE_PATH" for the benefit of
child programs.

Change-Id: I5d9fbb206e0bfc362146ba2bcc7333c8ba261a44
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...


/openbmc/openbmc-test-automation/CONTRIBUTING.md
/openbmc/openbmc-test-automation/MAINTAINERS
/openbmc/openbmc-test-automation/README.md
auto_status_file.py
/openbmc/openbmc-test-automation/data/boot_lists/All
/openbmc/openbmc-test-automation/data/boot_lists/Manufacturing
/openbmc/openbmc-test-automation/data/boot_lists/OBMC_reboot
/openbmc/openbmc-test-automation/data/boot_lists/OS_reboot
/openbmc/openbmc-test-automation/data/boot_lists/Power_off
/openbmc/openbmc-test-automation/data/boot_lists/Power_on
/openbmc/openbmc-test-automation/data/boot_table.json
/openbmc/openbmc-test-automation/data/variables.py
/openbmc/openbmc-test-automation/docs/openbmc_test_architecture.md
/openbmc/openbmc-test-automation/docs/openbmc_test_tools.md
/openbmc/openbmc-test-automation/extended/factory_reset.robot
/openbmc/openbmc-test-automation/extended/standby_bmc.robot
/openbmc/openbmc-test-automation/extended/test_association.robot
/openbmc/openbmc-test-automation/extended/test_esel.robot
/openbmc/openbmc-test-automation/extended/test_watchdog.robot
/openbmc/openbmc-test-automation/gui/lib/resource.robot
/openbmc/openbmc-test-automation/gui/test/gui_header/test_obmc_gui_ip_refresh_check.robot
/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_server_power_operations.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_user.robot
/openbmc/openbmc-test-automation/ipmi/test_sol.robot
/openbmc/openbmc-test-automation/lib/bmc_network_utils.py
/openbmc/openbmc-test-automation/lib/bmc_network_utils.robot
/openbmc/openbmc-test-automation/lib/bmc_redfish.py
/openbmc/openbmc-test-automation/lib/bmc_redfish_resource.robot
/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.py
/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.robot
/openbmc/openbmc-test-automation/lib/boot_data.py
/openbmc/openbmc-test-automation/lib/boot_utils.robot
/openbmc/openbmc-test-automation/lib/certificate_utils.robot
/openbmc/openbmc-test-automation/lib/code_update_utils_serial.robot
/openbmc/openbmc-test-automation/lib/common_utils.robot
/openbmc/openbmc-test-automation/lib/dmtf_tools_utils.robot
/openbmc/openbmc-test-automation/lib/esel_utils.robot
/openbmc/openbmc-test-automation/lib/func_args.py
/openbmc/openbmc-test-automation/lib/gen_cmd.py
/openbmc/openbmc-test-automation/lib/gen_plug_in_utils.py
/openbmc/openbmc-test-automation/lib/gen_print.py
/openbmc/openbmc-test-automation/lib/ipmi_client.robot
/openbmc/openbmc-test-automation/lib/ipmi_utils.py
/openbmc/openbmc-test-automation/lib/obmc_boot_test.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_list.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_methods.robot
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_utils.robot
/openbmc/openbmc-test-automation/lib/pdu/pdu.robot
/openbmc/openbmc-test-automation/lib/ras/host_utils.robot
/openbmc/openbmc-test-automation/lib/ras/variables.py
/openbmc/openbmc-test-automation/lib/redfish_plus.py
/openbmc/openbmc-test-automation/lib/remote_logging_utils.robot
/openbmc/openbmc-test-automation/lib/resource.robot
/openbmc/openbmc-test-automation/lib/rest_client.robot
/openbmc/openbmc-test-automation/lib/serial_connection/serial_console_client.robot
/openbmc/openbmc-test-automation/lib/snmp/resource.robot
/openbmc/openbmc-test-automation/lib/state.py
/openbmc/openbmc-test-automation/lib/user_utils.robot
/openbmc/openbmc-test-automation/lib/utils.robot
/openbmc/openbmc-test-automation/lib/utils_files.py
/openbmc/openbmc-test-automation/lib/var_funcs.py
/openbmc/openbmc-test-automation/lib/xcat/resource.robot
/openbmc/openbmc-test-automation/lib/xcat/xcat_utils.robot
/openbmc/openbmc-test-automation/network/test_bmc_network.robot
/openbmc/openbmc-test-automation/network/test_cable_pull_recover.robot
/openbmc/openbmc-test-automation/network/test_network_nping.robot
/openbmc/openbmc-test-automation/openpower/ras/ras_utils.robot
/openbmc/openbmc-test-automation/openpower/ras/test_bmc_ras.robot
/openbmc/openbmc-test-automation/openpower/ras/test_host_ras.robot
/openbmc/openbmc-test-automation/openpower/secureboot/secure.robot
/openbmc/openbmc-test-automation/openpower/test_inband_bmc_auth_reset.robot
/openbmc/openbmc-test-automation/openpower/tests_openbmctool/test_openbmctool.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_ipmi_redfish_user.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot
/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_JsonSchema_ResponseValidator.robot
/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Service_Validator.robot
/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_conf.robot
/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_mac.robot
/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc.robot
/openbmc/openbmc-test-automation/redfish/service_root/test_service_root.robot
/openbmc/openbmc-test-automation/redfish/service_root/test_service_root_security.robot
/openbmc/openbmc-test-automation/redfish/systems/test_boot_devices.robot
/openbmc/openbmc-test-automation/redfish/systems/test_power_operations.robot
/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_inventory.robot
/openbmc/openbmc-test-automation/remote_logging/test_remote_logging.robot
/openbmc/openbmc-test-automation/snmp/test_bmc_snmp_config.robot
/openbmc/openbmc-test-automation/syslib/resource.robot
/openbmc/openbmc-test-automation/syslib/utils_os.robot
/openbmc/openbmc-test-automation/systest/test_bmc_poll_errors.robot
/openbmc/openbmc-test-automation/systest/test_boot_acceptance.robot
/openbmc/openbmc-test-automation/systest/test_io_eeh.robot
/openbmc/openbmc-test-automation/systest/test_io_storage_eeh.robot
/openbmc/openbmc-test-automation/templates/test_openbmc_setup.robot
/openbmc/openbmc-test-automation/test_lists/HW_CI
/openbmc/openbmc-test-automation/test_lists/witherspoon/regression_bucket_GA2
/openbmc/openbmc-test-automation/test_lists/witherspoon/regression_bucket_bmcweb
/openbmc/openbmc-test-automation/tests/ipmi/test_chassis.robot
/openbmc/openbmc-test-automation/tests/ipmi/test_general_ipmi.robot
/openbmc/openbmc-test-automation/tests/security/test_ssl.robot
/openbmc/openbmc-test-automation/tests/test_basic_poweron.robot
/openbmc/openbmc-test-automation/tests/test_bmc_dump.robot
/openbmc/openbmc-test-automation/tests/test_certificate.robot
/openbmc/openbmc-test-automation/tests/test_led.robot
/openbmc/openbmc-test-automation/tests/test_ledgroup.robot
/openbmc/openbmc-test-automation/tests/test_rest_interfaces.robot
/openbmc/openbmc-test-automation/tests/test_service_restart_policy.robot
/openbmc/openbmc-test-automation/tests/test_time.robot
/openbmc/openbmc-test-automation/tools/ct_metrics/gen_csv_results.py
/openbmc/openbmc-test-automation/tools/factory_reset_bmc.robot
/openbmc/openbmc-test-automation/xcat/test_power_operation.robot
/openbmc/openbmc-test-automation/xcat/test_xcat_group.robot
/openbmc/openbmc-test-automation/xcat/test_xcat_inventory.robot
2ce1dbae05-Feb-2019 Michael Walsh <micwalsh@us.ibm.com>

Set and save stop_check_rc after each decision to stop test execution II

Change-Id: I7a8ca3df2b56c71746dd03fca0da054a2e9ba1fd

0a3bdb4c31-Jan-2019 Michael Walsh <micwalsh@us.ibm.com>

New Auto_reboot plug-in II

Also, added code to obmc boot test to process rest_username and
rest_password.

Change-Id: I7b64be7072d4848230e9d47a4da54ac89794af64

7e96b13205-Feb-2019 Michael Walsh <micwalsh@us.ibm.com>

Revert "Set and save stop_check_rc after each decision to stop test execution"

This reverts commit c8483e3687aded01df097625a71a55075a326355.

Change-Id: I174d469085284843d306bef927b834fa4e27fafa

c8483e3623-Jan-2019 Michael Walsh <micwalsh@us.ibm.com>

Set and save stop_check_rc after each decision to stop test execution

This allows other programs to make decisions based on the activity of
the Stop plug-in.

Change-Id: I8b51edf75fcc310e7b3671ee4bb

Set and save stop_check_rc after each decision to stop test execution

This allows other programs to make decisions based on the activity of
the Stop plug-in.

Change-Id: I8b51edf75fcc310e7b3671ee4bb8ff394deb1c66
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...


plug_ins/Stop/cp_stop_check
/openbmc/openbmc-test-automation/gui/__init__.robot
/openbmc/openbmc-test-automation/gui/data/resource_variables.py
/openbmc/openbmc-test-automation/gui/lib/resource.robot
/openbmc/openbmc-test-automation/gui/lib/supporting_libs.py
/openbmc/openbmc-test-automation/gui/test/gui_header/test_obmc_gui_ip_refresh_check.robot
/openbmc/openbmc-test-automation/gui/test/gui_header/test_obmc_gui_power_operations.robot
/openbmc/openbmc-test-automation/gui/test/gui_header/test_obmc_gui_server_health.robot
/openbmc/openbmc-test-automation/gui/test/server_config/test_obmc_gui_firmware_update.robot
/openbmc/openbmc-test-automation/gui/test/server_config/test_obmc_gui_network_settings.robot
/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_server_power_operations.robot
/openbmc/openbmc-test-automation/gui/test/server_health/test_obmc_gui_hardware_status.robot
/openbmc/openbmc-test-automation/gui/test/server_health/test_obmc_gui_sensors.robot
/openbmc/openbmc-test-automation/gui/test/server_overview/test_obmc_gui_server_overview.robot
/openbmc/openbmc-test-automation/gui/test/users/test_obmc_gui_manage_user.robot
/openbmc/openbmc-test-automation/lib/bmc_redfish.py
/openbmc/openbmc-test-automation/lib/dump_utils.py
/openbmc/openbmc-test-automation/lib/gen_cmd.py
/openbmc/openbmc-test-automation/lib/gen_misc.py
/openbmc/openbmc-test-automation/lib/gen_plug_in_utils.py
/openbmc/openbmc-test-automation/lib/ipmi_client.py
/openbmc/openbmc-test-automation/lib/ipmi_client.robot
/openbmc/openbmc-test-automation/lib/ipmi_utils.py
/openbmc/openbmc-test-automation/lib/rest_client.robot
/openbmc/openbmc-test-automation/lib/utils.robot
/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc.robot
/openbmc/openbmc-test-automation/redfish/service_root/test_service_root.robot
/openbmc/openbmc-test-automation/redfish/service_root/test_service_root_security.robot
/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_inventory.robot
/openbmc/openbmc-test-automation/requirements.txt
/openbmc/openbmc-test-automation/tests/ipmi/test_general_ipmi.robot
34df7ab730-Jan-2019 George Keishing <gkeishin@in.ibm.com>

Revert "New Auto_reboot plug-in"

This reverts commit f089d9b69f64a67dcbf1b767088e7a98ea3cab6f.

Change-Id: I23ad630f1b999518ddaef4f77383d313989eb33d

f089d9b618-Dec-2018 Michael Walsh <micwalsh@us.ibm.com>

New Auto_reboot plug-in

Plug-in to set auto reboot value for obmc boot testing according to user's
wishes.

Change-Id: I3250141ec32ed0d529ba44f980221c86bc8d67dd
Signed-off-by: Michael Walsh <micwals

New Auto_reboot plug-in

Plug-in to set auto reboot value for obmc boot testing according to user's
wishes.

Change-Id: I3250141ec32ed0d529ba44f980221c86bc8d67dd
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...


/openbmc/openbmc-test-automation/CONTRIBUTING.md
/openbmc/openbmc-test-automation/README.md
/openbmc/openbmc-test-automation/Tools.md
plug_ins/Auto_reboot/cp_cleanup
plug_ins/Auto_reboot/cp_master
plug_ins/Auto_reboot/cp_post_reboot
plug_ins/Auto_reboot/cp_pre_boot
plug_ins/Auto_reboot/cp_setup
plug_ins/Auto_reboot/integrated
plug_ins/Auto_reboot/parm_def
plug_ins/Auto_reboot/supports_obmc
/openbmc/openbmc-test-automation/data/model.py
/openbmc/openbmc-test-automation/extended/code_update/bmc_code_update.robot
/openbmc/openbmc-test-automation/extended/code_update/test_image_upload.robot
/openbmc/openbmc-test-automation/extended/test_association.robot
/openbmc/openbmc-test-automation/extended/test_bmc_upload_stability.robot
/openbmc/openbmc-test-automation/extended/test_error_log.robot
/openbmc/openbmc-test-automation/extended/test_esel.robot
/openbmc/openbmc-test-automation/extended/test_watchdog.robot
/openbmc/openbmc-test-automation/gui/obmc_gui/test/server_config/test_obmc_gui_firmware_update.robot
/openbmc/openbmc-test-automation/lib/bmc_redfish.py
/openbmc/openbmc-test-automation/lib/bmc_redfish_resource.robot
/openbmc/openbmc-test-automation/lib/certificate_utils.robot
/openbmc/openbmc-test-automation/lib/common_utils.robot
/openbmc/openbmc-test-automation/lib/energy_scale_utils.robot
/openbmc/openbmc-test-automation/lib/esel_utils.robot
/openbmc/openbmc-test-automation/lib/fan_utils.robot
/openbmc/openbmc-test-automation/lib/gen_misc.py
/openbmc/openbmc-test-automation/lib/gen_print.py
/openbmc/openbmc-test-automation/lib/ipmi_client.py
/openbmc/openbmc-test-automation/lib/logging_utils.robot
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_methods.robot
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_utils.robot
/openbmc/openbmc-test-automation/lib/ras/host_utils.robot
/openbmc/openbmc-test-automation/lib/rest_client.robot
/openbmc/openbmc-test-automation/lib/snmp/snmp_utils.robot
/openbmc/openbmc-test-automation/lib/utils.robot
/openbmc/openbmc-test-automation/lib/var_stack.py
/openbmc/openbmc-test-automation/mnfg/test_factory_reset.robot
/openbmc/openbmc-test-automation/network/test_bmc_network.robot
/openbmc/openbmc-test-automation/network/test_mac.robot
/openbmc/openbmc-test-automation/openpower/ras/test_host_ras.robot
/openbmc/openbmc-test-automation/redfish_test/test_poweron.robot
/openbmc/openbmc-test-automation/remote_logging/test_remote_logging.robot
/openbmc/openbmc-test-automation/snmp/test_bmc_snmp_config.robot
/openbmc/openbmc-test-automation/test_lists/HW_CI
/openbmc/openbmc-test-automation/test_lists/skip_test_witherspoon
/openbmc/openbmc-test-automation/test_lists/witherspoon/regression_bucket_bmcweb
/openbmc/openbmc-test-automation/test_lists/witherspoon/regression_bucket_master
/openbmc/openbmc-test-automation/test_lists/witherspoon/skip_inband_ipmi
/openbmc/openbmc-test-automation/test_lists/witherspoon/skip_oob_ipmi
/openbmc/openbmc-test-automation/test_lists/witherspoon/skip_test_witherspoon_GA2
/openbmc/openbmc-test-automation/tests/ipmi/test_fru.robot
/openbmc/openbmc-test-automation/tests/ipmi/test_general_ipmi.robot
/openbmc/openbmc-test-automation/tests/ipmi/test_sol.robot
/openbmc/openbmc-test-automation/tests/test_basic_poweron.robot
/openbmc/openbmc-test-automation/tests/test_bmc_devicetree.robot
/openbmc/openbmc-test-automation/tests/test_bmc_dump.robot
/openbmc/openbmc-test-automation/tests/test_boot_devices.robot
/openbmc/openbmc-test-automation/tests/test_boot_policies.robot
/openbmc/openbmc-test-automation/tests/test_escale_base.robot
/openbmc/openbmc-test-automation/tests/test_inventory.robot
/openbmc/openbmc-test-automation/tests/test_rest_interfaces.robot
/openbmc/openbmc-test-automation/tests/test_software_manager.robot
/openbmc/openbmc-test-automation/tests/test_time.robot
/openbmc/openbmc-test-automation/tools/ras/probe_cpus.sh
/openbmc/openbmc-test-automation/tools/ras/scom_addr_p9.sh
36efbc0412-Dec-2018 George Keishing <gkeishin@in.ibm.com>

Python 2.7x and 3.xx compatibility fixes

Change-Id: I84eb3bf7691fa867acadf9dae8c4f56a9781bf73
Signed-off-by: George Keishing <gkeishin@in.ibm.com>


/openbmc/openbmc-test-automation/CONTRIBUTING.md
/openbmc/openbmc-test-automation/README.md
process_plug_in_packages.py
validate_plug_ins.py
/openbmc/openbmc-test-automation/data/variables.py
/openbmc/openbmc-test-automation/extended/code_update/bmc_code_update.robot
/openbmc/openbmc-test-automation/extended/code_update/code_update_utils.robot
/openbmc/openbmc-test-automation/extended/code_update/ipmi_bmc_code_update.robot
/openbmc/openbmc-test-automation/extended/standby_bmc.robot
/openbmc/openbmc-test-automation/extended/test_sbe_side_switch.robot
/openbmc/openbmc-test-automation/extended/test_watchdog.robot
/openbmc/openbmc-test-automation/gui/obmc_gui/data/resource_variables.py
/openbmc/openbmc-test-automation/gui/obmc_gui/lib/resource.robot
/openbmc/openbmc-test-automation/gui/obmc_gui/test/gui_header/test_obmc_gui_ip_refresh_check.robot
/openbmc/openbmc-test-automation/gui/obmc_gui/test/gui_header/test_obmc_gui_power_operations.robot
/openbmc/openbmc-test-automation/gui/obmc_gui/test/gui_header/test_obmc_gui_server_health.robot
/openbmc/openbmc-test-automation/gui/obmc_gui/test/server_config/test_obmc_gui_firmware_update.robot
/openbmc/openbmc-test-automation/gui/obmc_gui/test/server_config/test_obmc_gui_network_settings.robot
/openbmc/openbmc-test-automation/gui/obmc_gui/test/server_health/test_obmc_gui_hardware_status.robot
/openbmc/openbmc-test-automation/gui/obmc_gui/test/server_health/test_obmc_gui_sensors.robot
/openbmc/openbmc-test-automation/gui/obmc_gui/test/users/test_obmc_gui_manage_user.robot
/openbmc/openbmc-test-automation/lib/bmc_ssh_utils.py
/openbmc/openbmc-test-automation/lib/boot_data.py
/openbmc/openbmc-test-automation/lib/code_update_utils.py
/openbmc/openbmc-test-automation/lib/code_update_utils.robot
/openbmc/openbmc-test-automation/lib/common_utils.robot
/openbmc/openbmc-test-automation/lib/dump_utils.py
/openbmc/openbmc-test-automation/lib/dump_utils.robot
/openbmc/openbmc-test-automation/lib/func_timer.py
/openbmc/openbmc-test-automation/lib/gen_call_robot.py
/openbmc/openbmc-test-automation/lib/gen_cmd.py
/openbmc/openbmc-test-automation/lib/gen_misc.py
/openbmc/openbmc-test-automation/lib/gen_plug_in.py
/openbmc/openbmc-test-automation/lib/gen_print.py
/openbmc/openbmc-test-automation/lib/gen_robot_plug_in.py
/openbmc/openbmc-test-automation/lib/gen_robot_ssh.py
/openbmc/openbmc-test-automation/lib/gen_robot_utils.py
/openbmc/openbmc-test-automation/lib/gen_robot_valid.py
/openbmc/openbmc-test-automation/lib/ipmi_client.py
/openbmc/openbmc-test-automation/lib/ipmi_client.robot
/openbmc/openbmc-test-automation/lib/ipmi_utils.py
/openbmc/openbmc-test-automation/lib/logging_utils.py
/openbmc/openbmc-test-automation/lib/obmc_boot_test.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_list.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_methods.robot
/openbmc/openbmc-test-automation/lib/pdu/pdu.robot
/openbmc/openbmc-test-automation/lib/redfish_client.robot
/openbmc/openbmc-test-automation/lib/redfish_utility.robot
/openbmc/openbmc-test-automation/lib/rest_client.robot
/openbmc/openbmc-test-automation/lib/state.py
/openbmc/openbmc-test-automation/lib/user_utils.robot
/openbmc/openbmc-test-automation/lib/utilities.py
/openbmc/openbmc-test-automation/lib/utils.py
/openbmc/openbmc-test-automation/lib/utils.robot
/openbmc/openbmc-test-automation/lib/xcat/xcat_utils.robot
/openbmc/openbmc-test-automation/network/test_bmc_network.robot
/openbmc/openbmc-test-automation/openpower/ras/test_host_ras.robot
/openbmc/openbmc-test-automation/openpower/tests_openbmctool/test_openbmctool.robot
/openbmc/openbmc-test-automation/redfish_test/test_redfish_basic_poweron.robot
/openbmc/openbmc-test-automation/redfish_test/test_redfish_interfaces.robot
/openbmc/openbmc-test-automation/syslib/utils_os.robot
/openbmc/openbmc-test-automation/systest/htx_hardbootme_test.robot
/openbmc/openbmc-test-automation/test_lists/BMC_WEB_CI
/openbmc/openbmc-test-automation/test_lists/CT_basic_run
/openbmc/openbmc-test-automation/test_lists/skip_test_witherspoon
/openbmc/openbmc-test-automation/test_lists/witherspoon/skip_test_witherspoon_GA2
/openbmc/openbmc-test-automation/tests/ipmi/test_chassis.robot
/openbmc/openbmc-test-automation/tests/ipmi/test_fru.robot
/openbmc/openbmc-test-automation/tests/ipmi/test_general_ipmi.robot
/openbmc/openbmc-test-automation/tests/ipmi/test_ipmi_resets.robot
/openbmc/openbmc-test-automation/tests/ipmi/test_sdr.robot
/openbmc/openbmc-test-automation/tests/ipmi/test_sensors_ipmi.robot
/openbmc/openbmc-test-automation/tests/test_bmc_file_mirroring.robot
/openbmc/openbmc-test-automation/tests/test_occ_power.robot
/openbmc/openbmc-test-automation/tests/test_rest_interfaces.robot
/openbmc/openbmc-test-automation/tests/test_sensors.robot
/openbmc/openbmc-test-automation/tests/test_xit.robot
/openbmc/openbmc-test-automation/tests_ldap/test_user_ldap_management.robot
/openbmc/openbmc-test-automation/tests_ldap/test_user_management.robot
/openbmc/openbmc-test-automation/tools/generate_argumentfile.sh
8ab9aea601-Nov-2018 Michael Walsh <micwalsh@us.ibm.com>

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: I5579145cc304475a1

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>

show more ...

8c5a8a8d30-Oct-2018 Michael Walsh <micwalsh@us.ibm.com>

process_plug_in_packages output improvements

- Add code to produce this type of output:
#(CDT) 2018/10/30 12:40:44 - Running OBMC_Sample/cp_post_stack
- Remove output showing file stats of call po

process_plug_in_packages output improvements

- Add code to produce this type of output:
#(CDT) 2018/10/30 12:40:44 - Running OBMC_Sample/cp_post_stack
- Remove output showing file stats of call point program.
- Add code to include call point name to the value of
failed_plug_in_name ("OP_test/cp_post_stack" instead of "OP_test").
- Add code to display plug-in output when return code is non-zero.
This aids in debug efforts.

Change-Id: Ib497e55549e8f7ec0d2945bae14a476855e430da
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...


/openbmc/openbmc-test-automation/Tools.md
process_plug_in_packages.py
/openbmc/openbmc-test-automation/data/inventory.py
/openbmc/openbmc-test-automation/data/variables.py
/openbmc/openbmc-test-automation/extended/code_update/bmc_code_update.robot
/openbmc/openbmc-test-automation/extended/obmc_boot_test_resource.robot
/openbmc/openbmc-test-automation/extended/test_os_reboot.robot
/openbmc/openbmc-test-automation/extended/test_user_management.robot
/openbmc/openbmc-test-automation/lib/certificate_utils.robot
/openbmc/openbmc-test-automation/lib/gen_misc.py
/openbmc/openbmc-test-automation/lib/gen_plug_in_utils.py
/openbmc/openbmc-test-automation/lib/gen_robot_valid.py
/openbmc/openbmc-test-automation/lib/gen_valid.py
/openbmc/openbmc-test-automation/lib/obmc_boot_test.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_list.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_methods.robot
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_utils.robot
/openbmc/openbmc-test-automation/lib/openbmctool_utils.py
/openbmc/openbmc-test-automation/lib/redfish_client.robot
/openbmc/openbmc-test-automation/lib/resource.txt
/openbmc/openbmc-test-automation/lib/rest_client.robot
/openbmc/openbmc-test-automation/lib/state.py
/openbmc/openbmc-test-automation/lib/utils.robot
/openbmc/openbmc-test-automation/lib/wrap_utils.py
/openbmc/openbmc-test-automation/openpower/test_inband_bmc_auth_reset.robot
/openbmc/openbmc-test-automation/remote_logging/test_remote_logging.robot
/openbmc/openbmc-test-automation/systest/htx_hardbootme_test.robot
/openbmc/openbmc-test-automation/test_lists/skip_test_extended
/openbmc/openbmc-test-automation/test_lists/skip_test_witherspoon
/openbmc/openbmc-test-automation/test_lists/witherspoon/regression_bucket
/openbmc/openbmc-test-automation/test_lists/witherspoon/skip_test_witherspoon_GA2
/openbmc/openbmc-test-automation/tests/ipmi/test_general_ipmi.robot
/openbmc/openbmc-test-automation/tests/ipmi/test_sol.robot
/openbmc/openbmc-test-automation/tests/test_basic_poweron.robot
/openbmc/openbmc-test-automation/tests/test_bmc_dump.robot
/openbmc/openbmc-test-automation/tests/test_certificate.robot
/openbmc/openbmc-test-automation/tests/test_inventory.robot
/openbmc/openbmc-test-automation/tests/test_rest_interfaces.robot
/openbmc/openbmc-test-automation/tests_ldap/test_user_ldap_management.robot
/openbmc/openbmc-test-automation/tests_openbmctool/test_openbmctool.robot

12345