Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Paste
P393
Test run in Docker container for operations
Active
Public
Actions
Authored by
dereckson
on Sun, Mar 22, 09:07.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
Servers
Nasqueron Operations Squad
Docker images
Referenced Files
F24971585: Test run in Docker container for operations
Sun, Mar 22, 09:07
2026-03-22 09:07:07 (UTC+0)
Subscribers
Duranzed
yousra
$ make test
(cd _tests && make)
make[1]: Entering directory '/home/app/operations/_tests'
PYTHONPATH="/home/app/operations/_tests:/home/app/operations/_tests/../_modules" python -m unittest discover modules
....................................................
----------------------------------------------------------------------
Ran 52 tests in 0.260s
OK
PYTHONPATH="/home/app/operations/_tests" python -m unittest discover pillar
....
----------------------------------------------------------------------
Ran 4 tests in 0.155s
OK
PYTHONPATH="/home/app/operations/_tests" python -m unittest discover scripts/python
.......
----------------------------------------------------------------------
Ran 7 tests in 0.001s
OK
roles/python/dns/run_test_dns_zones.sh
...
----------------------------------------------------------------------
Ran 3 tests in 0.037s
OK
bats scripts/bats/test_edit_acme_dns_accounts.sh
test_edit_acme_dns_accounts.sh
✓ exit with error code if no arg provided
✓ exit with error code if command doesn't exist
✓ exit with error code if no enough arg
✓ can't import a file into itself
✓ can merge correctly two credentials files
5 tests, 0 failures
make[1]: Leaving directory '/home/app/operations/_tests'
Event Timeline
dereckson
created this paste.
Sun, Mar 22, 09:07
2026-03-22 09:07:07 (UTC+0)
Log In to Comment