File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments