diff options
| author | Nobi <nobi@nobidev.com> | 2025-07-05 02:57:39 +0700 |
|---|---|---|
| committer | Nobi <nobi@nobidev.com> | 2025-07-10 04:26:07 +0700 |
| commit | b55b4925e202da958992d6e077041e8e37ac6b7d (patch) | |
| tree | 6e5fe006cdd064b4f24ec1e7e10e128937d1a042 | |
| parent | 1e768a5393e523867730e6b1f660e9a15f0d5fa0 (diff) | |
| download | vyos-1x-b55b4925e202da958992d6e077041e8e37ac6b7d.tar.gz vyos-1x-b55b4925e202da958992d6e077041e8e37ac6b7d.zip | |
smoketest: Fix typing QEMU in test_protocols_static.py
| -rwxr-xr-x | smoketest/scripts/cli/test_protocols_static.py | 2 |
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'): |
