Files
containers/.vib/python/goss/python.yaml
Felipe V.C. Serafim 97afafbee7 [bitnami/*] Add copyright header to vib files (#39154)
Add copyright header to vib files

Signed-off-by: sfelipe <sfelipe@vmware.com>
2023-06-29 09:57:31 +02:00

17 lines
544 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
command:
check-basic-command:
exec: python -c "import datetime; print(datetime.datetime.now().year)" | grep $(date +"%Y")
exit-status: 0
check-pip:
exec: pip install docutils
exit-status: 0
check-venv:
exec: virtualenv /tmp/vib-venv
exit-status: 0
# Shared module is expected as per compilation flags
check-shared-module:
exec: find /opt/bitnami/python/lib/libpython{{ regexFind "\\d+\\.\\d+" .Env.APP_VERSION }}*so -type l
exit-status: 0