From 91318acf8cdc93e625cda6d2b292010fc1acd367 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Mon, 16 Jul 2018 21:45:41 -0400 Subject: [PATCH] Reformat tests.yaml via python yaml The file was originally crafted by hand, and any future proposed updates would have resulted in a large (mostly superfluous) diff. This just gets ahead of that, as we look at ways to ramp up test definition automation. Change-Id: I116b7b9290823fa4545235c15c94c139aad7d69a --- src/tests/tests.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/tests/tests.yaml b/src/tests/tests.yaml index 2dbbe73..7ea11a3 100644 --- a/src/tests/tests.yaml +++ b/src/tests/tests.yaml @@ -1,12 +1,12 @@ charm_name: neutron-dynamic-routing -tests: - - zaza.charm_tests.dragent.tests.DRAgentTest configure: - - zaza.charm_tests.dragent.configure.setup +- zaza.charm_tests.dragent.configure.setup +dev_bundles: null gate_bundles: - - bionic-queens-functional - - xenial-pike-functional - - xenial-queens-functional +- bionic-queens-functional +- xenial-pike-functional +- xenial-queens-functional smoke_bundles: - - bionic-queens-functional -dev_bundles: +- bionic-queens-functional +tests: +- zaza.charm_tests.dragent.tests.DRAgentTest