History log of /openbmc/openbmc-test-automation/openpower/test_timed_power_on.robot (Results 1 – 8 of 8)
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 ...


# c32434a3 11-Jan-2024 Yi Hu <yih@supermicro.com>

Set system, chassis, and bmc as global variables

Changes:
- Add SYSTEM_ID as a global variable and set to default value system
- Replace redfish/v1/Systems/system to redfish/v1/Systems/SYSTEM_ID

Set system, chassis, and bmc as global variables

Changes:
- Add SYSTEM_ID as a global variable and set to default value system
- Replace redfish/v1/Systems/system to redfish/v1/Systems/SYSTEM_ID
- Replace redfish/v1/Chassis/chassis to redfish/v1/Chassis/CHASSIS_ID
- Replace redfish/v1/Managers/bmc to redfish/v1/Managers/MANAGER_ID

Tested:
- Tested on sandbox with the changes with sample test run with
sample test ID runs
1. without SYSTEM_ID provided
2. with -v SYSTEM_ID:system1
3. with export SYSTEM_ID=""
3. with export SYSTEM_ID="system2"

Change-Id: Ifc412b20038cef1eba632caaa6c300be328259bd
Signed-off-by: Wilson Suen <wilsons@supermicro.com>
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...


# f515e3ee 19-Dec-2023 dnirmala <dhurgam.nirmala1@ibm.com>

Fix for the TPO test suite

Changes:
- Added new keyword Set Power Policy For TPO
Tested:
- Ran testcase successfully from sandbox
Change-Id: I4b82d3c3e2602e20b380c2852fc47ad172c980af
Signe

Fix for the TPO test suite

Changes:
- Added new keyword Set Power Policy For TPO
Tested:
- Ran testcase successfully from sandbox
Change-Id: I4b82d3c3e2602e20b380c2852fc47ad172c980af
Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>

show more ...


Revision tags: v4.0-stable
# 808eafc2 02-Mar-2023 Andrew Geissler <geissonator@yahoo.com>

scheduled_host_transition: new object path

The D-Bus path for the ScheduledTime property had to change. The details
of this can be found over in the change:

https://gerrit.openbmc.org/c/openbmc/p

scheduled_host_transition: new object path

The D-Bus path for the ScheduledTime property had to change. The details
of this can be found over in the change:

https://gerrit.openbmc.org/c/openbmc/phosphor-state-manager/+/61361

Update the robot tests to utilize this new object path.

Change-Id: Id7e688a41d7d9a579a9f0c1e4ca6d77b9bbaac6f
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

show more ...


Revision tags: robotframework-requests
# 096cc070 13-Jul-2022 George Keishing <gkeishin@in.ibm.com>

Add new test case for host time power on

Changes:
- Test documentation
- New test cases to time power on from host

Tested: Verified on RHEL 8.4

robot -v OPENBMC_HOST:xx.xx.xx.xx --incl

Add new test case for host time power on

Changes:
- Test documentation
- New test cases to time power on from host

Tested: Verified on RHEL 8.4

robot -v OPENBMC_HOST:xx.xx.xx.xx --include Test_Timed_Powered_On_Via_Host_OS
-v OS_HOST:yy.yy.yy.yy -v OS_USERNAME:root -v OS_PASSWORD:***********
openpower/test_timed_power_on.robot

.Host Scheduled Time Power on success.
Test Timed Powered On Via Host OS :: Set time to power on host via... | PASS |
------------------------------------------------------------------------------
Test Timed Power On :: This suite tests Timed Power On(TPO) featur... | PASS |
1 test, 1 passed, 0 failed
==============================================================================

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

show more ...


# 5654fbed 13-Jul-2022 George Keishing <gkeishin@in.ibm.com>

Update TPO ( Timed Powered on) test suite

Changes:
- Test case name and documentation.
- Test logic to actually check if system power on

Tested:

robot -v OPENBMC_HOST:xx.xx.xx.xx ope

Update TPO ( Timed Powered on) test suite

Changes:
- Test case name and documentation.
- Test logic to actually check if system power on

Tested:

robot -v OPENBMC_HOST:xx.xx.xx.xx openpower/test_timed_power_on.robot

.Scheduled Time Power on success
Test Timed Powered On Via BMC :: Set time to power on host attribu... | PASS |
------------------------------------------------------------------------------
Test Timed Power On :: This suite tests Timed Power On(TPO) featur... | PASS |
1 test, 1 passed, 0 failed
------------------------------------------------------------------------------

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

show more ...


# f517690a 12-May-2022 George Keishing <gkeishin@in.ibm.com>

Fix tag mismatch in test suites

Fixes the following suites:

$ awk -f check_robot_tags.awk redfish/*/* openpower/*/*
--- redfish/account_service/test_user_account.robot:
Redfish Create and Verify

Fix tag mismatch in test suites

Fixes the following suites:

$ awk -f check_robot_tags.awk redfish/*/* openpower/*/*
--- redfish/account_service/test_user_account.robot:
Redfish Create and Verify Admin User
Redfish_Create_and_Verify_Users

--- openpower/test_timed_power_on.robot:
Set And Return Timer For Power ON
Set_Time_For_Power_ON

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

show more ...


# 030ee006 06-Sep-2021 Ashwini Chandrappa <Ashwini.Chandrappa777@ibm.com>

Added test case to test Timed Power ON

Test case added:
- Set Time For Power ON

Change-Id: Ic0cf8bf8be6647c4b52624cca79b995488f979a4
Signed-off-by: Ashwini Chandrappa <Ashwini.Chandrappa777@ibm

Added test case to test Timed Power ON

Test case added:
- Set Time For Power ON

Change-Id: Ic0cf8bf8be6647c4b52624cca79b995488f979a4
Signed-off-by: Ashwini Chandrappa <Ashwini.Chandrappa777@ibm.com>

show more ...