Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-goro committed Mar 28, 2022
1 parent 768ba9a commit c86625e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/bats/akeyless.bats
Expand Up @@ -47,6 +47,17 @@
wait_for_process $WAIT_TIME $SLEEP_TIME "$cmd"
}

@test "CSI inline volume test with pod portability" {
kubectl apply -f $BATS_TESTS_DIR/pod-inline-volume-secretproviderclass.yaml
# wait for pod to be running
kubectl wait --for=condition=Ready --timeout=60s pod/secrets-store-inline

run kubectl get pod/secrets-store-inline
assert_success
}



teardown_file() {
archive_info || true
}

0 comments on commit c86625e

Please sign in to comment.