1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00
This commit is contained in:
downtownallday 2020-06-02 19:44:00 -04:00
parent 677fe42566
commit 1c31adb034

View File

@ -21,8 +21,9 @@ before_install:
# Do not run 'upgrade' # Do not run 'upgrade'
- sudo apt-get update - sudo apt-get update
# #
- echo "==== Install QA/test data ====" - echo "==== Install QA/test prerequisites ===="
# python3-dnspython is used by the python scripts in 'tests' # python3-dnspython is used by the python scripts in 'tests' and is
# not installed by setup
- sudo apt-get -y install python3-dnspython - sudo apt-get -y install python3-dnspython
# avoid the lengthy generation of DH params by copying in a prebuilt file # avoid the lengthy generation of DH params by copying in a prebuilt file
- sudo mkdir -p /home/user-data/ssl - sudo mkdir -p /home/user-data/ssl
@ -44,6 +45,7 @@ script:
- sudo $SHELL -c 'cat ./tests/assets/nsd/nsd-extra.conf >> /etc/nsd/nsd.conf' - sudo $SHELL -c 'cat ./tests/assets/nsd/nsd-extra.conf >> /etc/nsd/nsd.conf'
- sudo systemctl restart nsd - sudo systemctl restart nsd
- sudo systemctl status -l nsd - sudo systemctl status -l nsd
- sudo cat /etc/nsd/nsd.conf
- sudo cat /var/log/nsd.log - sudo cat /var/log/nsd.log
- sudo ss -lp "sport = 8952" - sudo ss -lp "sport = 8952"
- sudo ss -lp "sport = :domain" - sudo ss -lp "sport = :domain"