]> git.proxmox.com Git - mirror_ovs.git/blame - tests/ovsdb-macros.at
check-kmod: Remove all OVS modules in this target.
[mirror_ovs.git] / tests / ovsdb-macros.at
CommitLineData
24c8ae53
BP
1dnl OVSDB_INIT([$1])
2dnl
3dnl Creates an empty database named $1.
4m4_define([OVSDB_INIT],
6132b241 5 [AT_CHECK(
29381db0 6 [ovsdb-tool create $1 $abs_top_srcdir/vswitchd/vswitch.ovsschema],
24c8ae53 7 [0], [stdout], [ignore])
7c126fbb 8 AT_CHECK(
24c8ae53 9 [[ovsdb-tool transact $1 \
78876719
BP
10 '["Open_vSwitch",
11 {"op": "insert",
24c8ae53
BP
12 "table": "Open_vSwitch",
13 "row": {}}]']],
14 [0], [ignore], [ignore])])