forgot to add test file
This commit is contained in:
12
regression/tests/test-wifi-wired-bridging.py
Normal file
12
regression/tests/test-wifi-wired-bridging.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#! /usr/bin/env python
|
||||
|
||||
"""Compare that Wifi-Wired Bridging generates correct traces."""
|
||||
|
||||
import os
|
||||
import shutil
|
||||
import tracediff
|
||||
|
||||
def run(verbose, generate, refDirName):
|
||||
"""Execute a test."""
|
||||
|
||||
return tracediff.run_test(verbose, generate, refDirName, "wifi-wired-bridging", "--SendIp=0")
|
||||
Reference in New Issue
Block a user