Page MenuHomeDevCentral

Makefile
No OneTemporary

Makefile

CURRENT_DIR != pwd
MODULES_DIR = ${CURRENT_DIR}/../_modules
test: test-python test-roles test-bats
test-python: test-modules test-pillar test-python-scripts
test-modules:
PYTHONPATH="${CURRENT_DIR}:${MODULES_DIR}" python -m unittest discover modules
test-pillar:
PYTHONPATH="${CURRENT_DIR}" python -m unittest discover pillar
test-python-scripts:
PYTHONPATH="${CURRENT_DIR}" python -m unittest discover scripts/python
test-bats:
bats scripts/bats/test_edit_acme_dns_accounts.sh
# -------------------------------------------------------------
# Tests for roles
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
test-roles: test-roles-dns
test-roles-dns:
roles/python/dns/run_test_dns_zones.sh
# -------------------------------------------------------------
# Configuration test specific to the primary server
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
test-config:
cd config/salt-primary && make test

File Metadata

Mime Type
text/plain
Expires
Sat, Jul 4, 05:22 (1 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3729213
Default Alt Text
Makefile (964 B)

Event Timeline