Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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 ...


# a28061a0 15-Dec-2023 George Keishing <gkeishin@in.ibm.com>

Remove syslib and migrate to lib

Changes:
- Move files to lib and rename to align to lib naming
- Update test suites using it.

Tested:
- Test on sandbox with robot --dryrun to make sure

Remove syslib and migrate to lib

Changes:
- Move files to lib and rename to align to lib naming
- Update test suites using it.

Tested:
- Test on sandbox with robot --dryrun to make sure
the linkage is not broken.

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

show more ...


Revision tags: v4.0-stable, robotframework-requests, v2.10-Hardknott, v2.8.0-stable
# a313c97a 12-May-2020 Sushil Singh <susilsi7@in.ibm.com>

Added Redfish Firmware Update keyword

Change-Id: I520a53460fcd7c7af9945c908faafa22a5d7fc92
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>


# e46ba2da 07-May-2020 Sushil Singh <susilsi7@in.ibm.com>

Fix for keyword Discover BMC Failed After Code Update Of Different Build

Change-Id: I7c0d37cacebc66301752c5c93e43c5c1302a84dc
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>


# e20f82cd 13-May-2020 George Keishing <gkeishin@in.ibm.com>

Fix typo in test documentation

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


# 51be134e 05-May-2020 Sushil Singh <susilsi7@in.ibm.com>

Discover BMC Pre And Post When Host Boot InProgress

Change-Id: I34b1ffc38358686c28839c385b95bf4c9f20e552
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>


# 6a8cb08f 15-Apr-2020 Sushil Singh <susilsi7@in.ibm.com>

Discover BMC Pre And Post Firmware Update Of Different Build

Change-Id: I5f6574781ae9c11b34d49ab68449614830edd493
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>


# a2bf3f3c 15-Apr-2020 Sushil Singh <susilsi7@in.ibm.com>

Discover BMC Pre And Post Firmware Update Of Same Build

Change-Id: Ibf7362bf13a67b11f1ae6ceed2b25822751c957c
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>


# e6edfadb 13-Apr-2020 Sushil Singh <susilsi7@in.ibm.com>

Discover BMC pre and post reboot

Change-Id: I3d7bfa71cbc0ae85f5d993dc23a7d0995b72c3d3
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>


# c5e9ebc6 09-Apr-2020 Sushil Singh <susilsi7@in.ibm.com>

Disable avahi daemon and next reboot discover BMC

Change-Id: I8c163d4fba5ba55d02f1582f9a0eb591f2f5dd14
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>


# 8023a8cf 16-Mar-2020 Sushil Singh <susilsi7@in.ibm.com>

BMC discovery based on service type

Note:
1. Added test case to discover BMC based on service type
2. Added utils file to parse input string and pack it
in the form of diction

BMC discovery based on service type

Note:
1. Added test case to discover BMC based on service type
2. Added utils file to parse input string and pack it
in the form of dictionary

Change-Id: I684a40795c0b008c50532778517a78959d6ce4fd
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>

show more ...