System tests: quadlet network test

Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
Ygal Blum
2023-01-02 11:55:42 +02:00
parent a4edd0d310
commit 9f0a37cd47
2 changed files with 70 additions and 0 deletions

View File

@ -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"