/openbmc/openbmc-test-automation/ |
H A D | LICENSE | diff b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
H A D | .gitignore | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
H A D | requirements.txt | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
H A D | tox.ini | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
H A D | README.md | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
/openbmc/openbmc-test-automation/lib/pdu/ |
H A D | pdu.robot | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
H A D | synaccess.robot | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
/openbmc/openbmc-test-automation/lib/ |
H A D | pythonutil.py | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
H A D | disable_warning_urllib.py | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
H A D | utilities.py | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
H A D | rest_client.robot | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
H A D | ipmi_client.robot | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
H A D | utils.robot | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
/openbmc/openbmc-test-automation/data/ |
H A D | Palmetto.py | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
H A D | model.py | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
H A D | variables.py | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|
/openbmc/openbmc-test-automation/tools/ |
H A D | generate_argumentfile.sh | b29d2e849d9c1e88270d6d2d5a61e01e9cefe6fb Tue Jun 07 12:25:35 CDT 2016 Chris Austen <austenc@us.ibm.com> Port suite from mkumatag personal repo w/o history
All these files came from https://github.com/mkumatag/openbmc-automation The decision to remove the commit history was because most of the 122 commits did not follow commit comment AND content best practices. The ability to remove the commit history was possible because all contributors where from the same company (IBM) making the coordination / notification/acceptence easy. See all the gory details about the first try to commit with history here... https://github.com/openbmc/openbmc-test-automation/pull/1
This suite of tests will run against an OpenBMC based server. It will run good/bad path testing against the REST interface. There are tests that will also run ipmitool on the victim BMC too.
If you want to support a new system in to the suite you should only have to edit two files... data/<system>.py tox.ini
The README.md contains details on how to setup for the first time along with how to execute the test suite
NOTE: some test cases require tools that do not exist on the system. Currently the ipmitool is needed and if you do not manually copy / link it in to the tools directory some suites will fail.
|