summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_container.py
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-06-17 14:21:35 +0300
committerGitHub <noreply@github.com>2026-06-17 14:21:35 +0300
commit7a1fa970b13c0006fa59ad9a46023b3e8037de6f (patch)
tree1e3b19c7162212f552b77297b03875d92daf33dd /smoketest/scripts/cli/test_container.py
parentc207f4a1ce9b13cd7e0664d35d805e633ebc69fb (diff)
parent040a4c0565081d0b6df2bf789737ed0e7bde2642 (diff)
downloadvyos-1x-7a1fa970b13c0006fa59ad9a46023b3e8037de6f.tar.gz
vyos-1x-7a1fa970b13c0006fa59ad9a46023b3e8037de6f.zip
Merge pull request #5277 from c-po/can-not-cannot
T8923: normalize "can not" to "cannot" and other typo fixes
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()