diff options
author | James Falcon <TheRealFalcon@users.noreply.github.com> | 2021-01-12 11:32:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 12:32:27 -0500 |
commit | 503435d1b2deb648c3cfc436f1e40b8ad86260fc (patch) | |
tree | 140b92e4e0f23a85c60be051537e88cd1ab50b5a /tests | |
parent | 2b2c7f391140cdf268a62ddca0c40bc2e01017ea (diff) | |
download | vyos-cloud-init-503435d1b2deb648c3cfc436f1e40b8ad86260fc.tar.gz vyos-cloud-init-503435d1b2deb648c3cfc436f1e40b8ad86260fc.zip |
Fix test gh-632 test to only run on NoCloud (#770)
LP: #1911230
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration_tests/bugs/test_gh632.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/integration_tests/bugs/test_gh632.py b/tests/integration_tests/bugs/test_gh632.py index cf166356..3c1f9347 100644 --- a/tests/integration_tests/bugs/test_gh632.py +++ b/tests/integration_tests/bugs/test_gh632.py @@ -9,6 +9,9 @@ import pytest from tests.integration_tests.instances import IntegrationInstance +# With some datasource hacking, we can run this on a NoCloud instance +@pytest.mark.lxd_container +@pytest.mark.lxd_vm @pytest.mark.sru_2020_11 def test_datasource_rbx_no_stacktrace(client: IntegrationInstance): client.write_to_file( |