TT#16813 Revert "MT#16391 Initial autopkgtest test"

This reverts commit 8a6053a104.
We can't run autopkgtest runs inside *-binaries jobs yet
since they don't support PPAs which we depend on.
So until we've a working solution for this let's revert this.

Change-Id: I99035ca33049ca6f9c698fd78c9064504cf2409b
changes/35/13535/1
Michael Prokop 9 years ago
parent 55fa597f54
commit fa88307845

@ -1,21 +0,0 @@
#!/bin/sh
set -eu
if ! ngcpcfg 2>&1 | grep -q 'Error: Configuration file' ; then
echo "Error: ngcpcfg doesn't detect missing configuration file(s)." >&2
ngcpcfg
exit 1
fi
touch /etc/ngcp-config/config.yml
touch /etc/ngcp-config/constants.yml
touch /etc/ngcp-config/network.yml
mkdir /etc/ngcp-config/templates
if ! ngcpcfg 2>&1 | grep -q 'Usage: ngcpcfg' ; then
echo "ngcpcfg usage information not displayed:" >&2
ngcpcfg
exit 1
fi

@ -1 +0,0 @@
Tests: basic-binary
Loading…
Cancel
Save