about summary refs log tree commit diff
path: root/src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-write-unknown-4
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2021-02-11 18:12:43 +0100
committerMichael Biebl <biebl@debian.org>2021-02-11 18:12:43 +0100
commit8f0db010e71e252ac290d51bd2a5b0a078f1d279 (patch)
tree2caa344fefcd9bb4218583c5aa2e0f92f4b2aa8c /src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-write-unknown-4
parentf54032b30e1ddd84f10a339e0caf493772e049a7 (diff)
parent80ec1decc49c72efec2a8b87c06245c92c0ab807 (diff)
Update upstream source from tag 'upstream/1.29.90'
Update to upstream version '1.29.90'
with Debian dir 90df6d97476cc3200c410f3f3603b87396175c7a
Diffstat (limited to 'src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-write-unknown-4')
-rw-r--r--src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-write-unknown-436
1 files changed, 0 insertions, 36 deletions
diff --git a/src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-write-unknown-4 b/src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-write-unknown-4
deleted file mode 100644
index f834464e..00000000
--- a/src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-write-unknown-4
+++ /dev/null
@@ -1,36 +0,0 @@
-# test what happens with multiple defines of a name.
-#
-# Note that svGetValue() will return "l4x", which
-# isn't correct in terms of shell-parsing. But we
-# don't consider only line-by-line, thus this is
-# expected.
-#
-# Also note that setting IPADDR will replace the last
-# occurrence, and delete all previous once.
-
-#L1
-IPADDR=l2
-
-#L2
-IPADDR=l3
-
-METRIC1=''
-METRIC2=$'\U0x'
-METRIC3=$'x\U0'
-
-#L4
-IPADDR='
-IPADDR=l4x
-'
-
-#Lx-1
-IPADDR2=not-visible
-#Lx-2
-IPADDR2='invalid
-#Lx-3
-
-#Ly-1
-IPADDR3='invalid
-#Ly-2
-IPADDR3=name3-value
-#Ly-3