Revision tags: v5.0-stable |
|
#
409df05d |
| 17-Jan-2024 |
George Keishing <gkeishin@in.ibm.com> |
Robot Framework 7.0 changes
Update robot code syntax overall in the repo
Changes: - Update the requirement.txt package version for robot - The '[Return]' setting is deprecated. Use the
Robot Framework 7.0 changes
Update robot code syntax overall in the repo
Changes: - Update the requirement.txt package version for robot - The '[Return]' setting is deprecated. Use the 'RETURN' statement instead. - Singular section headers like '*** Test Case ***' are deprecated. Use plural format like '*** Test Cases ***' instead. - Singular section headers like '*** Variable ***' are deprecated
Tested: - Ran from sandbox with the version $ robot --version Robot Framework 7.0 (Python 3.10.12 on linux)
and also tested on latest python version
Robot Framework 7.0 (Python 3.11.9 on linux)
Change-Id: I54e85f9d799556c63b9a39f79483f83e9b980768 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
9bfdf8a7 |
| 19-Apr-2024 |
George Keishing <gkeishin@in.ibm.com> |
Fix code typo in the repository
Changes: - Corrected spelling mistake in the repository
Tested: - NA
Change-Id: Ic721bbb2efc0f9f5a1895e3f5994fdb38fe310cd Signed-off-by: George Keishing <gk
Fix code typo in the repository
Changes: - Corrected spelling mistake in the repository
Tested: - NA
Change-Id: Ic721bbb2efc0f9f5a1895e3f5994fdb38fe310cd Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
Revision tags: v4.0-stable |
|
#
d315df4b |
| 13-Nov-2023 |
Matt Fischer <matthew.fischer@hpe.com> |
Fix more missing HTTPS_PORT references
More missing reference. note that some are skipped intentionally because this code also uses the hostname to derive other things like IP and to ping the box.
Fix more missing HTTPS_PORT references
More missing reference. note that some are skipped intentionally because this code also uses the hostname to derive other things like IP and to ping the box.
Change-Id: If3ec82f4dea4caef5b016cf52705422e4fdbb00a Signed-off-by: Matt Fischer <matthew.fischer@hpe.com>
show more ...
|
Revision tags: robotframework-requests, v2.10-Hardknott |
|
#
4d4ef99f |
| 28-Jan-2021 |
George Keishing <gkeishin@in.ibm.com> |
Fix typo in code documentation
Change-Id: Ib2f0023657ce4f9f8feddfac772c0ff53e88e50b Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
41747da7 |
| 17-Nov-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Created a seperate resource and variable file for Vue GUI
Changes includes: - Added a new resource and variable file for Vue GUI automation - Moved required keywords from gui/lib/resource.ro
Created a seperate resource and variable file for Vue GUI
Changes includes: - Added a new resource and variable file for Vue GUI automation - Moved required keywords from gui/lib/resource.robot into new resource file - Moved required variables from gui/data/resource_variables.py into new variable file - Modified resource and variable file path in required files
Change-Id: Iedc1d59c31de21af2808678340fcead9672afd34 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
#
fb353665 |
| 27-Aug-2020 |
manashsarma <manashsarma@in.ibm.com> |
Add GUI automation to check high priority error log entry
Added Test cases: - Verify Event Under High Priority Events Section
Change-Id: I26ee1c041e10b93a63dfe90089500033d3e10554 Signed-off-by: m
Add GUI automation to check high priority error log entry
Added Test cases: - Verify Event Under High Priority Events Section
Change-Id: I26ee1c041e10b93a63dfe90089500033d3e10554 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
Revision tags: v2.8.0-stable |
|
#
f3fa674a |
| 18-May-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Enable hardware CI for Vue GUI
What changes are made: - Added following basic test cases for Vue GUI testing: - Verify Header Text - Verify GUI Logout - Vue GUI tests are add
Enable hardware CI for Vue GUI
What changes are made: - Added following basic test cases for Vue GUI testing: - Verify Header Text - Verify GUI Logout - Vue GUI tests are added in new "gui_test" folder - Added new file WEBUI_CI to run hardware CI for Vue GUI
Change-Id: Id341a5984b3e5c91f38e41017dae24deeee0b738 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
#
31b3c434 |
| 26-Jun-2020 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Made changes to accommodate new logout button location
Change-Id: I8f7f8d691e6d6d13402835dc81b02779351e4364 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
|
#
cd2d4bf4 |
| 04-Nov-2019 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Removed unused keywords
Change-Id: I64fd6b19b881b1df0c7a6ee74ec677d0d925d1fb Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
|
#
37159da8 |
| 01-Oct-2019 |
Anusha Dathatri <adathatr@in.ibm.com> |
Server overview suite fixes
--Replaced GUI power off with redfish power off in resource test setup --Added library to use keyword 'Get BMC Hostname'
Change-Id: Ic4eab98e55f542737e37b624e7441abe835e
Server overview suite fixes
--Replaced GUI power off with redfish power off in resource test setup --Added library to use keyword 'Get BMC Hostname'
Change-Id: Ic4eab98e55f542737e37b624e7441abe835e7507 Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com>
show more ...
|
#
7ea44c1b |
| 04-Sep-2019 |
Anusha Dathatri <adathatr@in.ibm.com> |
BMC web GUI failure fix
Changes: - Update resource.robot power on wait logic. - Update header test suite XPATH and DateTime params.
Change-Id: Ia56ca882c17dfa658e64d51055b6b1704e56d079 Signed
BMC web GUI failure fix
Changes: - Update resource.robot power on wait logic. - Update header test suite XPATH and DateTime params.
Change-Id: Ia56ca882c17dfa658e64d51055b6b1704e56d079 Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com>
show more ...
|
#
2b666cca |
| 02-Sep-2019 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Import SeleniumLibrary which is required for latest AngularJSLibrary
Change-Id: I1ed01d6adab93dd1bdcef84c2dc023636fa98666 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
|
#
f93a5c41 |
| 24-Jul-2019 |
Anusha Dathatri <adathatr@in.ibm.com> |
Fix GUI Server Power operations suite failures
Resolves openbmc/openbmc-test-automation#1885
Change-Id: Iedefa5ef809c5c4bb3962994d2d5df48468b90eb Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com>
|
#
f7a407c4 |
| 22-Jul-2019 |
Anusha Dathatri <adathatr@in.ibm.com> |
Fix for CT failures in GUI Header suite
Resolves openbmc/openbmc-test-automation#1887
Change-Id: If13a32791f13e498880bc3045aa3a35823d97702 Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com>
|
Revision tags: v2.7-warrior-stable |
|
#
c108e429 |
| 28-Mar-2019 |
Michael Walsh <micwalsh@us.ibm.com> |
Remove use of deprecated rprint functions
For each of the rprint functions, there is a corresponding gen_print function that can be used instead.
Change-Id: I89c6e0b63cac7aee92da7dc7945e41300128796
Remove use of deprecated rprint functions
For each of the rprint functions, there is a corresponding gen_print function that can be used instead.
Change-Id: I89c6e0b63cac7aee92da7dc7945e413001287967 Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
show more ...
|
#
439ce714 |
| 07-Mar-2019 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Corrected import path for library files
Change-Id: Id9483e634e1e00693ae0fc4f28658e96ef777c6f Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
|
#
839a0c27 |
| 31-Jan-2019 |
Sandhya Somashekar <sansomas@in.ibm.com> |
Replace resource.txt with resource.robot
Change-Id: I4d2afd35645880e33a31644cd717bbeae55666f0 Signed-off-by: Sandhya Somashekar <sansomas@in.ibm.com>
|
#
b89977a4 |
| 05-Feb-2019 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Keeping only openbmc gui related files under gui folder
Change-Id: I16be748571e9842fe8293ad8137a51730eb21613 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
|