mirror of
https://github.com/openvswitch/ovs
synced 2025-10-25 15:07:05 +00:00
This is the final commit in the series of commits that deliver initial support for Auto-Attach. Specifically this commit delivers auto-attach support to the OVS bridge layer as well as the new auto-attach commands. The OVSDB schema is modified to define the new auto-attach entries. The man pages, unit tests, and news and license notice files are also updated. A unit test is provided to validate the construction of auto-attach packets. Signed-off-by: Ludovic Beliveau <ludovic.beliveau@windriver.com> Signed-off-by: Dennis Flynn <drflynn@avaya.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
AT_BANNER([auto-attach unit tests])
|
|
|
|
AT_SETUP([auto-attach - packet tests])
|
|
AT_KEYWORDS([auto-attach])
|
|
AT_CHECK(ovstest test-aa, [], [ignore], [ignore])
|
|
|
|
AT_CLEANUP
|