diff --git a/.travis.yml b/.travis.yml index 21c47c28..9efe2073 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,4 +41,10 @@ install: - sudo ./setup/start.sh -v script: + - ip add + - sudo cat /var/log/nsd.log + - sudo $SHELL -c 'echo do-ip6:no >> /etc/nsd/nsd.conf' + - sudo systemctl restart nsd + - sudo systemctl status nsd + - sudo cat /var/log/nsd.log - sudo ./tests/runner.sh -dumpoutput -no-smtp-remote diff --git a/tests/suites/_mgmt-functions.sh b/tests/suites/_mgmt-functions.sh index 58c21859..1d42b123 100644 --- a/tests/suites/_mgmt-functions.sh +++ b/tests/suites/_mgmt-functions.sh @@ -111,8 +111,6 @@ mgmt_create_user() { systemctl status nsd.service >>$TEST_OF record "[NSD LOG]" cat /var/log/nsd.log >>$TEST_OF - netstat -alnp | grep 8952 >>$TEST_OF - ps -ejH >>$TEST_OF fi return $rc }