Files
containers/.vib/airflow-scheduler/goss/airflow-scheduler.yaml
Michiel 418256a655 [bitnami/airflow-scheduler] Add airflow-scheduler tests (#31098)
* [bitnami/airflow-scheduler] Add VIB tests

Signed-off-by: Michiel <michield@vmware.com>
2023-05-22 13:13:48 +02:00

19 lines
497 B
YAML

command:
check-airflow:
timeout: 30000
exec: airflow users list
exit-status: 0
stdout:
- No data found
check-subpackages:
# Check python packages that should have been installed
exec: . /opt/bitnami/airflow/venv/bin/activate && pip list
exit-status: 0
stdout:
{{ range $subpackage := .Vars.subpackages }}
- {{ $subpackage }}
{{ end }}
file:
/opt/bitnami/airflow/venv/lib/python3.9/site-packages/airflow/www/node_modules:
exists: false