diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-05-28 08:17:15 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-28 18:16:31 +0000 |
commit | d180595aff41d8c23c35937656fbc8fe4d93ad7a (patch) | |
tree | 605277202acb37767fde9cced01c371d3bc8fd42 /smoketest/scripts | |
parent | 8007b58f1e0ecfad9ed0cca7ecec725287432439 (diff) | |
download | vyos-1x-d180595aff41d8c23c35937656fbc8fe4d93ad7a.tar.gz vyos-1x-d180595aff41d8c23c35937656fbc8fe4d93ad7a.zip |
T6406: rename cpus to cpu
(cherry picked from commit 74910564f82e2837cd7eb35ea21f07601e5f8f0d)
Diffstat (limited to 'smoketest/scripts')
-rwxr-xr-x | smoketest/scripts/cli/test_container.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_container.py b/smoketest/scripts/cli/test_container.py index ef31d0f6f..90f821c60 100755 --- a/smoketest/scripts/cli/test_container.py +++ b/smoketest/scripts/cli/test_container.py @@ -96,7 +96,7 @@ class TestContainer(VyOSUnitTestSHIM.TestCase): self.cli_set(base_path + ['name', cont_name, 'allow-host-networks']) self.cli_set(base_path + ['name', cont_name, 'image', cont_image]) - self.cli_set(base_path + ['name', cont_name, 'cpus', '1.25']) + self.cli_set(base_path + ['name', cont_name, 'cpu-quota', '1.25']) self.cli_commit() |