Skip to content

Commit

Permalink
Merge pull request #465 from karelyatin/kuttl-script-path
Browse files Browse the repository at this point in the history
[kuttl] Use relative path to scripts
  • Loading branch information
openshift-merge-bot[bot] authored Jan 16, 2025
2 parents 9026968 + ad6c01f commit eaf9c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/kuttl/tests/change_neutron_config/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: kuttl.dev/v1beta1
kind: TestAssert
commands:
- script: |
$NEUTRON_KUTTL_DIR/../common/scripts/check_debug_in_neutron_pod_logs.sh
../../common/scripts/check_debug_in_neutron_pod_logs.sh
- script: |
neutron_pod=$(oc get pods -n $NAMESPACE -l service=neutron --field-selector=status.phase=Running -o name|head -1)
oc rsh -n $NAMESPACE ${neutron_pod} crudini --get /etc/neutron/neutron.conf.d/testcm.conf DEFAULT api_workers
Expand Down
2 changes: 1 addition & 1 deletion test/kuttl/tests/change_neutron_config/03-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: kuttl.dev/v1beta1
kind: TestAssert
commands:
- script: |
$NEUTRON_KUTTL_DIR/../common/scripts/check_debug_in_neutron_pod_logs.sh
../../common/scripts/check_debug_in_neutron_pod_logs.sh
test $? -ne 0

0 comments on commit eaf9c70

Please sign in to comment.