From 861100e2b3c44e3c64d03bb82f5bc0ccbd0d519d Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 2 Aug 2017 16:32:17 +0100 Subject: [PATCH] Make xenial-ocata the gate check, disable x-m and x-n tests for now --- src/tests/gate-basic-xenial-mitaka | 0 src/tests/gate-basic-xenial-newton | 0 src/tox.ini | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 src/tests/gate-basic-xenial-mitaka mode change 100755 => 100644 src/tests/gate-basic-xenial-newton diff --git a/src/tests/gate-basic-xenial-mitaka b/src/tests/gate-basic-xenial-mitaka old mode 100755 new mode 100644 diff --git a/src/tests/gate-basic-xenial-newton b/src/tests/gate-basic-xenial-newton old mode 100755 new mode 100644 diff --git a/src/tox.ini b/src/tox.ini index 879671c..bb794e7 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-ocata --no-destroy [testenv:func27-dfs] # Run all deploy-from-source tests which are +x (may not always pass!) @@ -50,4 +50,4 @@ commands = bundletester -vl DEBUG -r json -o func-results.json --test-pattern "dev-*" --no-destroy [testenv:venv] -commands = {posargs} \ No newline at end of file +commands = {posargs}