X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftestsuite.at;h=d8af5924880f78306960db0ac3e7979668c84a67;hb=524e1b1c3dbf4f88c00c4b6c2544a334d48dab0a;hp=ea5208f445fedc8ed84e7d5312f3462b81626a2e;hpb=75a75043564dc9b002fffa6c6ad71e0d4d5c892e;p=openvswitch diff --git a/tests/testsuite.at b/tests/testsuite.at index ea5208f4..d8af5924 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -38,6 +38,7 @@ m4_define([OVS_WAIT_WHILE], [OVS_WAIT([if $1; then :; else exit 0; fi], [$2])]) m4_include([tests/ovsdb-macros.at]) m4_include([tests/ofproto-macros.at]) +m4_include([tests/lacp.at]) m4_include([tests/library.at]) m4_include([tests/bundle.at]) m4_include([tests/classifier.at]) @@ -64,4 +65,8 @@ m4_include([tests/ofproto.at]) m4_include([tests/ofproto-dpif.at]) m4_include([tests/ovsdb.at]) m4_include([tests/ovs-vsctl.at]) +m4_include([tests/ovs-monitor-ipsec.at]) +m4_include([tests/ovs-xapi-sync.at]) m4_include([tests/interface-reconfigure.at]) +m4_include([tests/stp.at]) +m4_include([tests/vlog.at])