From bb66a7c32bd67e80a0f7ffb64e3f1f509bf9e0b1 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 2 Jun 2020 18:18:35 -0400 Subject: [PATCH] again --- .travis.yml | 6 ++++++ tests/suites/_mgmt-functions.sh | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) 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 }