Skip to content

Commit

Permalink
bug-fix: missing testbase in restart-ds
Browse files Browse the repository at this point in the history
  • Loading branch information
mugdha-adhav committed Jan 23, 2024
1 parent 9c31367 commit 2acd32e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/restart-ds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ source $(dirname "${BASH_SOURCE[0]}")/../../hack/lib/utils.sh

set -e

TestBase=$(dirname "${BASH_SOURCE[0]}")

lib::run_test_job "${TestBase}/manifests/ephemeral-volume.yaml"
lib::run_test_job "${TestBase}/manifests/readonly-ephemeral-volume.yaml"
lib::run_test_job "${TestBase}/manifests/pre-provisioned-pv.yaml"
Expand Down

0 comments on commit 2acd32e

Please sign in to comment.