From 5d3fd93bc4fe159eaad76761f572e3973dab2192 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Wed, 22 Nov 2017 10:44:16 +0100 Subject: [PATCH] update tests to enable pike Also move gate to xenial-pike Change-Id: I5e787a2e736bb66a0aa97dd613671086cf0c0859 --- 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 276db2f..f201a20 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!)