X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fovsdb-macros.at;h=ebe0d9de27a4c7957680fc35e54ba2cc9c51dbf8;hb=2de320799d5b7981b17d1e46e5a07b86158e5ada;hp=298236d6c24140f9654c586678b1b491f79de1ad;hpb=29381db022b1fd73c3d6e69150dd0cca64a59dfa;p=openvswitch diff --git a/tests/ovsdb-macros.at b/tests/ovsdb-macros.at index 298236d6..ebe0d9de 100644 --- a/tests/ovsdb-macros.at +++ b/tests/ovsdb-macros.at @@ -2,10 +2,10 @@ dnl OVSDB_INIT([$1]) dnl dnl Creates an empty database named $1. m4_define([OVSDB_INIT], - [OVS_CHECK_LCOV( + [AT_CHECK( [ovsdb-tool create $1 $abs_top_srcdir/vswitchd/vswitch.ovsschema], [0], [stdout], [ignore]) - OVS_CHECK_LCOV( + AT_CHECK( [[ovsdb-tool transact $1 \ '[{"op": "insert", "table": "Open_vSwitch",