From 0449a1d9e20a6cc55dde90836b09979b03d1cd50 Mon Sep 17 00:00:00 2001 From: James Page Date: Tue, 18 Sep 2018 15:34:13 +0200 Subject: [PATCH] Switch default smoke test to bionic-rocky Change-Id: I150fae2a0ae25de1711dd86a458bc032fd7862e4 --- src/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tox.ini b/src/tox.ini index 628b390..7c9f838 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-bionic-queens --no-destroy + bundletester -vl DEBUG -r json -o func-results.json gate-basic-bionic-rocky --no-destroy [testenv:func27-dfs] # Run all deploy-from-source tests which are +x (may not always pass!)