zfs-localpv/e2e-tests/utils/k8s/status_testns.yml
Aman Gupta 4e73638b5a
feat(e2e-test): Add e2e-tests for zfs-localpv (#298)
Signed-off-by: w3aman <aman.gupta@mayadata.io>
2021-06-09 21:21:39 +05:30

9 lines
223 B
YAML

---
- name: Checking the status of test specific namespace.
k8s_facts:
kind: Namespace
name: "{{ app_ns }}"
register: npstatus
until: "'Active' in npstatus.resources.0.status.phase"
delay: 30
retries: 10