File tree Expand file tree Collapse file tree
tests/templates/kuttl/upgrade Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ apiVersion: kuttl.dev/v1beta1
33kind: TestAssert
44timeout: 300
55commands:
6- # - script: kubectl wait -n $NAMESPACE --for='jsonpath={.status.readyReplicas}=3' sts/test-nifi-node-default --timeout=60s
76 - script: kubectl exec -n $NAMESPACE test-nifi-0 -- python /tmp/test_nifi.py -u admin -p supersecretpassword -n $NAMESPACE -c 3
87 - script: kubectl exec -n $NAMESPACE test-nifi-0 -- sh -c "python /tmp/flow.py > /tmp/old_input"
98 # This tests if the output contains an Error or zero flow files are queued, which also indicates that something went wrong
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ metadata:
55 name: test-nifi-updated
66timeout: 300
77commands:
8- # - script: kubectl wait -n $NAMESPACE --for='jsonpath={.status.readyReplicas}=3' sts/test-nifi-node-default --timeout=60s
98 - script: kubectl exec -n $NAMESPACE test-nifi-0 -- python /tmp/test_nifi.py -u admin -p supersecretpassword -n $NAMESPACE -c 3
109 - script: kubectl exec -n $NAMESPACE test-nifi-0 -- sh -c "python /tmp/flow.py -e https://test-nifi-node-default-0.test-nifi-node-default-headless.$NAMESPACE.svc.cluster.local:8443 query > /tmp/new_input"
1110 # This tests if the output contains an Error or zero flow files are queued, which also indicates that something went wrong
You can’t perform that action at this time.
0 commit comments