From b30faa43c28b592febd83a7fd3a58247de6b27bc Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 6 Apr 2024 21:06:06 +0200 Subject: container: T6208: rename "cap-add" CLI node to "capability" Containers have the ability to add Linux system capabilities to them, this is done using the "set container name cap-add" command. The CLI node sounds off and rather should be "set container name capability" instead as we use and pass a capability to a container and not add/invent new ones. --- smoketest/config-tests/container-simple | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 smoketest/config-tests/container-simple (limited to 'smoketest/config-tests/container-simple') diff --git a/smoketest/config-tests/container-simple b/smoketest/config-tests/container-simple new file mode 100644 index 000000000..299af64cb --- /dev/null +++ b/smoketest/config-tests/container-simple @@ -0,0 +1,12 @@ +set system config-management commit-revisions '50' +set system host-name 'vyos' +set system login user vyos authentication encrypted-password '$6$r/Yw/07NXNY$/ZB.Rjf9jxEV.BYoDyLdH.kH14rU52pOBtrX.4S34qlPt77chflCHvpTCq9a6huLzwaMR50rEICzA5GoIRZlM0' +set system login user vyos authentication plaintext-password '' +set system console device ttyS0 speed '115200' +set container name c01 allow-host-networks +set container name c01 capability 'net-bind-service' +set container name c01 capability 'net-raw' +set container name c01 image 'busybox:stable' +set container name c02 allow-host-networks +set container name c02 capability 'sys-time' +set container name c02 image 'busybox:stable' -- cgit v1.2.3