File: ovn-vif-plug.at

package info (click to toggle)
ovn 25.09.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,492 kB
  • sloc: ansic: 106,060; xml: 23,314; sh: 3,322; python: 1,838; makefile: 836
file content (8 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#
# Unit tests for the lib/vif-plug-provider.c and controller/vif-plug.c modules.
#
AT_BANNER([OVN unit tests - vif-plug])

AT_SETUP([unit test -- plugging infrastructure tests])
AT_CHECK([ovstest test-vif-plug run], [0], [])
AT_CLEANUP