summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-03-30 19:56:58 +0200
committerChristian Poessinger <christian@poessinger.com>2021-03-30 19:57:39 +0200
commit55cfd112f18f403fd027778b86041c50420e91f6 (patch)
tree51b80e3dae5be71d732e6cea2b7df395d1283095
parentba79350e7ee7ff427b4b31df0504b93f2aab8e37 (diff)
downloadvyos-1x-55cfd112f18f403fd027778b86041c50420e91f6.tar.gz
vyos-1x-55cfd112f18f403fd027778b86041c50420e91f6.zip
smoketest: qat: change comment for unittest framework
-rwxr-xr-xsmoketest/scripts/cli/test_system_acceleration_qat.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/smoketest/scripts/cli/test_system_acceleration_qat.py b/smoketest/scripts/cli/test_system_acceleration_qat.py
index 0a86f58b8..9584888d6 100755
--- a/smoketest/scripts/cli/test_system_acceleration_qat.py
+++ b/smoketest/scripts/cli/test_system_acceleration_qat.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright (C) 2020 Francois Mertz fireboxled@gmail.com
+# Copyright (C) 2020-2021 VyOS maintainers and contributors
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as
@@ -28,10 +28,10 @@ class TestIntelQAT(VyOSUnitTestSHIM.TestCase):
self.cli_delete(base_path)
self.cli_commit()
- def test_basic(self):
- """ Check if configuration script is in place and that the config
- script throws an error as QAT device is not present in Qemu. This *must*
- be extended with QAT autodetection once run on a QAT enabled device """
+ def test_simple_unsupported(self):
+ # Check if configuration script is in place and that the config script
+ # throws an error as QAT device is not present in Qemu. This *must* be
+ # extended with QAT autodetection once run on a QAT enabled device
# configure some system display
self.cli_set(base_path)