summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobi <nobi@nobidev.com>2025-07-05 02:57:39 +0700
committerNobi <nobi@nobidev.com>2025-07-10 04:26:07 +0700
commitb55b4925e202da958992d6e077041e8e37ac6b7d (patch)
tree6e5fe006cdd064b4f24ec1e7e10e128937d1a042
parent1e768a5393e523867730e6b1f660e9a15f0d5fa0 (diff)
downloadvyos-1x-b55b4925e202da958992d6e077041e8e37ac6b7d.tar.gz
vyos-1x-b55b4925e202da958992d6e077041e8e37ac6b7d.zip
smoketest: Fix typing QEMU in test_protocols_static.py
-rwxr-xr-xsmoketest/scripts/cli/test_protocols_static.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_protocols_static.py b/smoketest/scripts/cli/test_protocols_static.py
index 66fb880c5..183ebe24c 100755
--- a/smoketest/scripts/cli/test_protocols_static.py
+++ b/smoketest/scripts/cli/test_protocols_static.py
@@ -581,7 +581,7 @@ class TestProtocolsStatic(VyOSUnitTestSHIM.TestCase):
self.assertIn(tmp, frrconfig)
def test_05_dhcp_default_route(self):
- # When running via vyos-build under the QEmu environment a local DHCP
+ # When running via vyos-build under the QEMU environment a local DHCP
# server is available. This test verifies that the default route is set.
# When not running under the VyOS QEMU environment, this test is skipped.
if not os.path.exists('/tmp/vyos.smoketests.hint'):