mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
System tests: quadlet network test
Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
@ -55,6 +55,8 @@ quadlet_to_service_name() {
|
||||
|
||||
if [ "$extension" == "volume" ]; then
|
||||
suffix="-volume"
|
||||
elif [ "$extension" == "network" ]; then
|
||||
suffix="-network"
|
||||
fi
|
||||
|
||||
echo "$filename$suffix.service"
|
||||
|
Reference in New Issue
Block a user