Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/integration_tests/modules/test_lxd_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"""


@pytest.mark.no_container
@pytest.mark.user_data(USER_DATA)
class TestLxdBridge:

Expand All @@ -32,6 +33,7 @@ def test_binaries_installed(self, class_client, binary_name):
"""Check that the expected LXD binaries are installed"""
assert class_client.execute(["which", binary_name]).ok

@pytest.mark.not_xenial
@pytest.mark.sru_2020_11
def test_bridge(self, class_client):
"""Check that the given bridge is configured"""
Expand Down