]> git.proxmox.com Git - ovs.git/blame - tests/testsuite.at
Fix ovs-dpctl-top by removing 3 wrong hunks in py3-compat.patch.
[ovs.git] / tests / testsuite.at
CommitLineData
1b233b95
BP
1AT_INIT
2
02e6f2f7 3AT_COPYRIGHT([Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Nicira, Inc.
1b233b95
BP
4
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at:
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.])
16
1d349d09
FF
17m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS])
18
02e6f2f7 19m4_include([tests/ovs-macros.at])
24c8ae53 20m4_include([tests/ovsdb-macros.at])
0fbc9f11 21m4_include([tests/ofproto-macros.at])
24c8ae53 22
08d42548 23m4_include([tests/completion.at])
3267343a 24m4_include([tests/checkpatch.at])
015cf297 25m4_include([tests/bfd.at])
03f209ba 26m4_include([tests/cfm.at])
742468d9 27m4_include([tests/lacp.at])
1b233b95 28m4_include([tests/library.at])
95974447 29m4_include([tests/heap.at])
daff3353 30m4_include([tests/bundle.at])
3223e977 31m4_include([tests/classifier.at])
05b3c97b 32m4_include([tests/check-structs.at])
ff8decf1 33m4_include([tests/daemon.at])
99155935 34m4_include([tests/daemon-py.at])
f25d0cf3 35m4_include([tests/ofp-actions.at])
fec00620 36m4_include([tests/ofp-print.at])
681ea7a0 37m4_include([tests/ofp-util.at])
2e0525bc 38m4_include([tests/ofp-errors.at])
0e581146 39m4_include([tests/ovs-ofctl.at])
2bdeb9a7 40m4_include([tests/fuzz-regression.at])
3bffc610 41m4_include([tests/odp.at])
5af43325 42m4_include([tests/mpls-xlate.at])
53ddd40a 43m4_include([tests/multipath.at])
75a75043 44m4_include([tests/learn.at])
d27ce529 45m4_include([tests/vconn.at])
e1aff6f9 46m4_include([tests/file_name.at])
d918d9d1 47m4_include([tests/aes128.at])
0a68ffd2 48m4_include([tests/unixctl-py.at])
d918d9d1 49m4_include([tests/uuid.at])
f38b84ea 50m4_include([tests/json.at])
f2129093 51m4_include([tests/jsonrpc.at])
99155935 52m4_include([tests/jsonrpc-py.at])
0f538378 53m4_include([tests/tunnel.at])
a36de779 54m4_include([tests/tunnel-push-pop.at])
2af602f2 55m4_include([tests/tunnel-push-pop-ipv6.at])
4e08f54b 56m4_include([tests/ovs-router.at])
ac718c9d 57m4_include([tests/lockfile.at])
3ed497fc 58m4_include([tests/reconnect.at])
b7898031 59m4_include([tests/ovs-vswitchd.at])
a2cb9dfd 60m4_include([tests/ofproto.at])
9c4044a5 61m4_include([tests/dpif-netdev.at])
589dd1d5 62m4_include([tests/pmd.at])
5acf2e91 63m4_include([tests/dpctl.at])
29901626 64m4_include([tests/ofproto-dpif.at])
c40b890f 65m4_include([tests/bridge.at])
a5bdd3b2 66m4_include([tests/netdev-type.at])
f85f8ebb 67m4_include([tests/ovsdb.at])
3b135da3 68m4_include([tests/ovs-vsctl.at])
1b0fdca5 69m4_include([tests/ovs-xapi-sync.at])
48d014bf 70m4_include([tests/interface-reconfigure.at])
829a7d02 71m4_include([tests/stp.at])
9efd308e 72m4_include([tests/rstp.at])
8ed182d8 73m4_include([tests/vlog.at])
ffc759c6 74m4_include([tests/vtep-ctl.at])
99eef98b 75m4_include([tests/auto-attach.at])
94a881c1 76m4_include([tests/mcast-snooping.at])
526cf4e1 77m4_include([tests/packet-type-aware.at])
e3981271 78m4_include([tests/nsh.at])
a13a0209 79m4_include([tests/drop-stats.at])