summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_container.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-06-16 20:24:44 +0200
committerChristian Breunig <christian@breunig.cc>2026-06-16 20:24:44 +0200
commitfa853ed8f25b5b9bf396d6e819b2c6259e7f5f42 (patch)
tree9ee5a9c573512f393384d5adc9211457915a3bac /smoketest/scripts/cli/test_container.py
parent4fb32bc179127691f40c8e93c55877aa76f10416 (diff)
downloadvyos-1x-fa853ed8f25b5b9bf396d6e819b2c6259e7f5f42.tar.gz
vyos-1x-fa853ed8f25b5b9bf396d6e819b2c6259e7f5f42.zip
T8923: normalize "can not" to "cannot"
Replace two-word "can not" / "Can not" with "cannot" across comments, ConfigError messages, CLI help text, and op-mode output. Standard SNMP MIB files under mibs/ are left unchanged.
Diffstat (limited to 'smoketest/scripts/cli/test_container.py')
-rwxr-xr-xsmoketest/scripts/cli/test_container.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/smoketest/scripts/cli/test_container.py b/smoketest/scripts/cli/test_container.py
index 237e6238d..27972ce37 100755
--- a/smoketest/scripts/cli/test_container.py
+++ b/smoketest/scripts/cli/test_container.py
@@ -286,7 +286,7 @@ class TestContainer(VyOSUnitTestSHIM.TestCase):
]
)
- # verify() - first IP address of a prefix can not be used by a container
+ # verify() - first IP address of a prefix cannot be used by a container
with self.assertRaises(ConfigSessionError):
self.cli_commit()
@@ -332,7 +332,7 @@ class TestContainer(VyOSUnitTestSHIM.TestCase):
]
)
- # verify() - first IP address of a prefix can not be used by a container
+ # verify() - first IP address of a prefix cannot be used by a container
with self.assertRaises(ConfigSessionError):
self.cli_commit()
@@ -391,7 +391,7 @@ class TestContainer(VyOSUnitTestSHIM.TestCase):
]
)
- # verify() - first IP address of a prefix can not be used by a container
+ # verify() - first IP address of a prefix cannot be used by a container
with self.assertRaises(ConfigSessionError):
self.cli_commit()