Skip to content

Commit 7fb5410

Browse files
committed
Check test output
1 parent fbd2610 commit 7fb5410

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/test_kubernetes.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,17 @@ tests:
2020
command: ../openrun app reload /kube_flaskprod
2121
kubernetes090: # stage is updated
2222
command: curl -sS localhost:${HTTP_PORT}/kube_flaskprod_cl_stage
23-
stdout: "updated"
23+
#stdout: "updated"
24+
stderr: "test"
2425
kubernetes100: # prod is not yet updated
2526
command: curl -sS localhost:${HTTP_PORT}/kube_flaskprod
2627
stdout: "hello"
2728
kubernetes110: # do promote
2829
command: ../openrun app promote /kube_flaskprod
2930
kubernetes120: # prod is updated
3031
command: curl -sS localhost:${HTTP_PORT}/kube_flaskprod
31-
stdout: "updated"
32+
#stdout: "updated"
33+
stderr: "test"
3234

3335
kubernetes200: # setup streamlit app
3436
command: ../openrun app create --spec python-streamlit --branch master --approve github.com/streamlit/streamlit-example /kube_streamlit

0 commit comments

Comments
 (0)