| # Copy this template as a base to get a start on a robot program. You may remove any generic comments (like |
| Documentation Base to get a start on a robot program. |
| Library gen_robot_print.py |
| Library gen_robot_valid.py |
| Resource bmc_redfish_resource.robot |
| Suite Teardown Suite Teardown |
| # Initialize program parameters variables. |
| # Create parm_list containing all of our program parameters. |
| @{parm_list} TEST_MODE QUIET DEBUG |
| # Initialize each program parameter. |
| [Documentation] Test case 1 documentation. |
| Qprint Timen First test case. |