diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-12 14:38:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-12 14:38:21 +0200 |
| commit | 725aaa3406e6c4ec4b7f1d82c2771945b3e59d92 (patch) | |
| tree | 077abe8c0d5715eece2abe2293a75b149d7557b7 /smoketest/scripts/cli | |
| parent | a223e977cbe9b225392ee05f454c1bf4be66330e (diff) | |
| parent | b55b4925e202da958992d6e077041e8e37ac6b7d (diff) | |
| download | vyos-1x-725aaa3406e6c4ec4b7f1d82c2771945b3e59d92.tar.gz vyos-1x-725aaa3406e6c4ec4b7f1d82c2771945b3e59d92.zip | |
Merge pull request #4597 from nobidev/features/fix-typing
T7624: smoketest: Fix typing QEMU in test_protocols_static.py
Diffstat (limited to 'smoketest/scripts/cli')
| -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'): |
