summaryrefslogtreecommitdiff
path: root/tests/accel-pppd
diff options
context:
space:
mode:
authorSergey V. Lobanov <sergey@lobanov.in>2022-09-05 23:02:15 +0300
committerSergey V. Lobanov <sergey@lobanov.in>2022-09-06 00:18:57 +0300
commit127b1de95923fccdfdc892c20f931d364e099f4b (patch)
treed38c0f14337d9fe5e6b19af576a730f9077ae3e8 /tests/accel-pppd
parentc92ff6266b18a9655edef231391739f0479dfb3a (diff)
downloadaccel-ppp-127b1de95923fccdfdc892c20f931d364e099f4b.tar.gz
accel-ppp-127b1de95923fccdfdc892c20f931d364e099f4b.zip
tests ci: add testing in Qemu (Ubuntu 18.04, 20.04, 22.04, Debian 10,11,12)
Diffstat (limited to 'tests/accel-pppd')
-rw-r--r--tests/accel-pppd/test_vlan_mon_driver.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/accel-pppd/test_vlan_mon_driver.py b/tests/accel-pppd/test_vlan_mon_driver.py
index 3e937f83..a230c7c8 100644
--- a/tests/accel-pppd/test_vlan_mon_driver.py
+++ b/tests/accel-pppd/test_vlan_mon_driver.py
@@ -3,5 +3,6 @@ import os
# test that vlan_mon kernel module is loaded
@pytest.mark.dependency(name = 'vlan_mon_driver_loaded', scope = 'session')
+@pytest.mark.vlan_mon_driver
def test_vlan_mon_kernel_module_loaded():
assert os.path.isdir("/sys/module/vlan_mon") \ No newline at end of file