Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d26c0643 30-Mar-2023 Andrew Geissler <geissonator@yahoo.com>

svc-restart: adapt do state service instance changes

phosphor-state-manager moved to a multi chassis and multi host design
point. This made their corresponding service files instance based.

Change-

svc-restart: adapt do state service instance changes

phosphor-state-manager moved to a multi chassis and multi host design
point. This made their corresponding service files instance based.

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

show more ...


# 86d85f4c 18-Aug-2022 George Keishing <gkeishin@in.ibm.com>

Update test tag and typo fixes in test scripts

Changes:
- Fix tag mismatch with test cases
- Fix typo in code documentation

Tested:
Checked with codespell and tag checker tool.

C

Update test tag and typo fixes in test scripts

Changes:
- Fix tag mismatch with test cases
- Fix typo in code documentation

Tested:
Checked with codespell and tag checker tool.

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

show more ...


Revision tags: robotframework-requests
# 32d55427 04-Aug-2022 ganesanb <ganesanb@ami.com>

Added test to kill and restart service

Changes:
- Kill the list of services and expect killed services restart
- Test case added to test_service_restart_policy.robot suite
Tested:

Added test to kill and restart service

Changes:
- Kill the list of services and expect killed services restart
- Test case added to test_service_restart_policy.robot suite
Tested:
- Tested redfish/extended/test_service_restart_policy.robot

Signed-off-by: ganesanb <ganesanb@ami.com>
Change-Id: I01fd08aa17d5ea1e9280014be93241fc5c68e644

show more ...


Revision tags: v2.10-Hardknott, v2.8.0-stable
# a125de8e 30-Jun-2020 Sushil Singh <susilsi7@in.ibm.com>

Address issue for deprecated syntax

Changes:
- Change from :FOR to FOR/END to address a new WARNING in
the new robot version.
- Change for accessing a variable like

Address issue for deprecated syntax

Changes:
- Change from :FOR to FOR/END to address a new WARNING in
the new robot version.
- Change for accessing a variable like ${software_object}[Path]

Sample warning message as mention below.

FOR loop starting on line 26: For loop header
': FOR' is deprecated. Use 'FOR' instead.

Accessing variable items using
'&{software_object}[RequestedActivation]'
syntax is deprecated. Use
'${software_object}[RequestedActivation]' instead

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

show more ...


# 4422e2b2 27-Nov-2019 George Keishing <gkeishin@in.ibm.com>

Fix resource import path

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


Revision tags: v2.7-warrior-stable
# a7327ea8 03-Jun-2019 Sushil Singh <susilsi7@gfwa124.aus.stglabs.ibm.com>

Moving file test_service_restart_policy.robot

Resolve openbmc/openbmc-test-automation/#1787

Change-Id: Ifd5eaa2dfe5fc22b7197f525f5928aa596e54410
Signed-off-by: Sushil Singh <su

Moving file test_service_restart_policy.robot

Resolve openbmc/openbmc-test-automation/#1787

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

show more ...