Files
containers/.vib/python/goss/python.yaml
Carlos Rodríguez Hernández 45d7897631 [bitnami/*] Set new header/owner (#66218)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2024-05-06 15:06:33 +02:00

17 lines
567 B
YAML

# Copyright Broadcom, Inc. All Rights Reserved.
# 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