From fa8830784562243da9a1cd40da493b4a968b14a9 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 30 May 2017 16:29:09 +0200 Subject: [PATCH] TT#16813 Revert "MT#16391 Initial autopkgtest test" This reverts commit 8a6053a104be76704bac730660e3bc9afda2e9d7. 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 --- debian/tests/basic-binary | 21 --------------------- debian/tests/control | 1 - 2 files changed, 22 deletions(-) delete mode 100644 debian/tests/basic-binary delete mode 100644 debian/tests/control diff --git a/debian/tests/basic-binary b/debian/tests/basic-binary deleted file mode 100644 index a544cc92..00000000 --- a/debian/tests/basic-binary +++ /dev/null @@ -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 diff --git a/debian/tests/control b/debian/tests/control deleted file mode 100644 index 54cd8f72..00000000 --- a/debian/tests/control +++ /dev/null @@ -1 +0,0 @@ -Tests: basic-binary