diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52368cbc8..a259ddc0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,14 +145,10 @@ jobs: sudo nipap/nipap-passwd add -u readonly -p gottatest -f /etc/nipap/local_auth.db --readonly -n "Read-only user for running unit tests" sudo sed -e "s/^db_host *=.*/db_host = localhost/" -e "s/{{SYSLOG}}/true/" -e "s/^debug.\+/debug = true/" -i /etc/nipap/nipap.conf sudo /etc/init.d/nipapd restart - sudo systemctl status nipapd.service - sudo ps auxf | grep nipap sudo systemctl stop nipapd.service - sleep 5 sudo sed -e "s/^user/#user/" -i /etc/nipap/nipap.conf sudo nipapd --no-pid-file -c /etc/nipap/nipap.conf -df 2>&1 > /tmp/nipap.log & - - name: "Verify pre-upgrade data" if: ${{ matrix.upgrade == true }} run: nosetests3 tests/upgrade-after.py @@ -170,7 +166,6 @@ jobs: nosetests3 tests/test_nipap_ro.py nosetests3 tests/test_rest.py make -C jnipap test - cat /tmp/nipap.log - name: "Accident analysis" if: failure() @@ -178,4 +173,3 @@ jobs: sudo cat /etc/nipap/nipap.conf sudo cat /var/log/syslog sudo cat /tmp/nipap.log || true - # foo