Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F34578449
Makefile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
964 B
Referenced Files
None
Subscribers
None
Makefile
View Options
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
Details
Attached
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)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment