File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
scenarios-bootc/periodics Expand file tree Collapse file tree 2 files changed +8
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -25,9 +25,8 @@ Sanity Test
25
25
# Enabled only for testing purposes to test Kserve's settings override.
26
26
offline.Run With Kubeconfig oc get ingress -n test-ai openvino-resnet
27
27
28
- offline.Reboot MicroShift Host
29
- offline.Wait For Greenboot Health Check To Exit
30
- Model Serving Offline Test
28
+ # Right now, there's a problem with OVMS Pod failing to start after reboot.
29
+ Run Keyword And Continue On Failure Reboot And Retest
31
30
32
31
33
32
*** Keywords ***
@@ -40,6 +39,12 @@ Model Serving Offline Test
40
39
Prepare Request Data
41
40
Query Model Server
42
41
42
+ Reboot And Retest
43
+ [Documentation] Reboot the VM and retest to verify that everything works as intended after reboot.
44
+ offline.Reboot MicroShift Host
45
+ offline.Wait For Greenboot Health Check To Exit
46
+ Model Serving Offline Test
47
+
43
48
Wait For A Deployment
44
49
[Documentation] Wait for a deployment on offline VM
45
50
[Arguments] ${namespace } ${name }
You can’t perform that action at this time.
0 commit comments