summaryrefslogtreecommitdiff
path: root/tests/vtep-ctl.at
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2019-07-25 19:09:22 +0300
committerIlya Maximets <i.maximets@samsung.com>2019-07-25 19:43:46 +0300
commit29004db273985088cdb60097bdfd4a6bc6a966d1 (patch)
tree90baf6eedaff9f955ef9312b2cc3dfeb70dd8347 /tests/vtep-ctl.at
parentd560bc1baa522e3c101d3740ecfb17b7723df83d (diff)
downloadopenvswitch-29004db273985088cdb60097bdfd4a6bc6a966d1.tar.gz
ovsdb-data: Don't put strings with digits in quotes.
No need to use quotes for strings like "br0". Keeping UUIDs always in quotes to avoid different treatment of those that starts with digits and those that starts with letters. Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tests/vtep-ctl.at')
-rw-r--r--tests/vtep-ctl.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vtep-ctl.at b/tests/vtep-ctl.at
index e44eb33ee..f2b007f9a 100644
--- a/tests/vtep-ctl.at
+++ b/tests/vtep-ctl.at
@@ -939,9 +939,9 @@ AT_CHECK([vtep-ctl --timeout=5 -vreconnect:emer --db=unix:socket show | tail -n+
Physical_Switch a
management_ips: [["4.3.2.1"]]
tunnel_ips: [["1.2.3.4"]]
- Physical_Port "a1"
+ Physical_Port a1
vlan_bindings:
- 100="ls1"
+ 100=ls1
], [], [VTEP_CTL_CLEANUP])
VTEP_CTL_CLEANUP