The uuidfilt command is not supported in branch 2.8 and earlier. Modify the test so that it can be tested successfully.
Signed-off-by: Guoshuai Li <[email protected]> --- This patch is for branch-2.8/branch-2.7. --- tests/ovsdb-idl.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ovsdb-idl.at b/tests/ovsdb-idl.at index cd69fae6d..5e8d381d5 100644 --- a/tests/ovsdb-idl.at +++ b/tests/ovsdb-idl.at @@ -338,7 +338,7 @@ m4_define([OVSDB_CHECK_IDL_PYN_WITH_EXPOUT], AT_CHECK([$8 $srcdir/test-ovsdb.py -t10 idl $srcdir/idltest.ovsschema unix:socket $3], [0], [stdout], [ignore]) echo "$4" > expout - AT_CHECK([sort stdout | uuidfilt]m4_if([$6],,, [[| $6]]), + AT_CHECK([sort stdout | ${PERL} $srcdir/uuidfilt.pl]m4_if([$6],,, [[| $6]]), [0], [expout]) OVSDB_SERVER_SHUTDOWN AT_CLEANUP]) -- 2.13.2.windows.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
