From b64b7d8ceb0e7bdb7cc9839c238798622c5b9682 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Wed, 2 Feb 2022 21:14:52 -0600 Subject: Integration testing docs and refactor (#1231) * Include CI and Fixtures sections in integration test docs * Incorporate additional variable annotations * Remove unnecessary IntegrationInstance subclasses * Move setup_image teardown into its fixture --- tox.ini | 3 --- 1 file changed, 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 5037fa69..aab6d4d4 100644 --- a/tox.ini +++ b/tox.ini @@ -184,9 +184,6 @@ markers = no_container: test cannot run in a container user_data: the user data to be passed to the test instance instance_name: the name to be used for the test instance - sru_2020_11: test is part of the 2020/11 SRU verification - sru_2021_01: test is part of the 2021/01 SRU verification - sru_next: test is part of the next SRU verification ubuntu: this test should run on Ubuntu unstable: skip this test because it is flakey adhoc: only run on adhoc basis, not in any CI environment (travis or jenkins) -- cgit v1.2.1