Skip to content

Commit c20259d

Browse files
committed
test: Remove leftover assertions
1 parent 770a118 commit c20259d

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/templates/kuttl/upgrade/04-assert.yaml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
44
timeout: 300
55
commands:
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

tests/templates/kuttl/upgrade/07-assert.yaml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ metadata:
55
name: test-nifi-updated
66
timeout: 300
77
commands:
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

0 commit comments

Comments
 (0)