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 --- tests/integration_tests/modules/test_cli.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/integration_tests/modules/test_cli.py') diff --git a/tests/integration_tests/modules/test_cli.py b/tests/integration_tests/modules/test_cli.py index 81a5e7a8..baaa7567 100644 --- a/tests/integration_tests/modules/test_cli.py +++ b/tests/integration_tests/modules/test_cli.py @@ -26,7 +26,6 @@ apt_pipelining: bogus """ -@pytest.mark.sru_2020_11 @pytest.mark.user_data(VALID_USER_DATA) def test_valid_userdata(client: IntegrationInstance): """Test `cloud-init devel schema` with valid userdata. @@ -43,7 +42,6 @@ def test_valid_userdata(client: IntegrationInstance): ) -@pytest.mark.sru_2020_11 @pytest.mark.user_data(INVALID_USER_DATA_HEADER) def test_invalid_userdata(client: IntegrationInstance): """Test `cloud-init devel schema` with invalid userdata. -- cgit v1.2.3