From cf3474f94238b390b6e5929e027caff0e880133e Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Tue, 14 Nov 2017 17:03:27 +0100 Subject: [PATCH] update tests to enable pike Also move gate to xenial-pike Change-Id: I1f2e4fddb010998a52a3db886128b583f23aedc0 --- src/tests/gate-basic-xenial-pike | 0 src/tox.ini | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/tests/gate-basic-xenial-pike diff --git a/src/tests/gate-basic-xenial-pike b/src/tests/gate-basic-xenial-pike old mode 100644 new mode 100755 diff --git a/src/tox.ini b/src/tox.ini index 3bc4d0b..c744c8f 100644 --- a/src/tox.ini +++ b/src/tox.ini @@ -35,7 +35,7 @@ commands = # Run a specific test as an Amulet smoke test (expected to always pass) basepython = python2.7 commands = - bundletester -vl DEBUG -r json -o func-results.json gate-basic-xenial-mitaka --no-destroy + bundletester -vl DEBUG -r json -o func-results.json gate-basic-xenial-pike --no-destroy [testenv:func27-dfs] # Run all deploy-from-source tests which are +x (may not always pass!)