Update test-patches restart script

Sometimes the current script can trigger an issue while
restarting horizon so this commit updates the test patches
script to use a simpler script.

Test Plan:
PASS: build test patch and check the restart script inside
the patch file was updated.
PASS: Applied test patch on latest build

Closes-bug: 2031330
Signed-off-by: Luis Sampaio <luis.sampaio@windriver.com>
Change-Id: Ia907d8b95526c35ba5992d7106178bf480c97986
This commit is contained in:
Luis Sampaio 2023-08-14 09:17:32 -07:00
parent f29561900f
commit 2d289c0296
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ SAMPLE_RR_XML = "patch_recipe_rr_sample.xml"
SAMPLE_INSVC_XML = "patch_recipe_insvc_sample.xml"
# IN Service restart scripts
RESTART_SCRIPT = "patch-scripts/EXAMPLE_0001/scripts/example-restart"
RESTART_SCRIPT = "patch-scripts/EXAMPLE_0002/scripts/example-cgcs-patch-restart"
RESTART_FAILURE_SCRIPT = "patch-scripts/test-patches/INSVC_RESTART_FAILURE/scripts/restart-failure"