Skip to content

Commit e07955f

Browse files
committed
Re-enable offline test but ignore failure after reboot
1 parent 0aded9f commit e07955f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
File renamed without changes.

test/suites/ai-model-serving/ai-model-serving-offline.robot

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ Sanity Test
2525
# Enabled only for testing purposes to test Kserve's settings override.
2626
offline.Run With Kubeconfig oc get ingress -n test-ai openvino-resnet
2727

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
3130

3231

3332
*** Keywords ***
@@ -40,6 +39,12 @@ Model Serving Offline Test
4039
Prepare Request Data
4140
Query Model Server
4241

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+
4348
Wait For A Deployment
4449
[Documentation] Wait for a deployment on offline VM
4550
[Arguments] ${namespace} ${name}

0 commit comments

Comments
 (0)