Page MenuHomeDevCentral

Makefile
No OneTemporary

Makefile

test: test-python test-roles test-bats
test-python:
python -m unittest discover modules
python -m unittest discover pillar
python -m unittest discover scripts/python
test-bats:
bats scripts/bats/test_edit_acme_dns_accounts.sh
bats roles/bats/test_webserver_content.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
Mon, Mar 9, 23:47 (37 m, 30 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3508179
Default Alt Text
Makefile (751 B)

Event Timeline