regression/tests/test-wifi-wired-bridging.py
author Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed, 19 Nov 2008 17:17:07 +0000
changeset 3872 8e757a83fb36
parent 3697 97c84e70a7db
child 4114 a6c5ccfa3451
permissions -rw-r--r--
Add a --with-regression-traces configure option, to allow using externally supplied regression traces instead of fetching them from the network.

#! /usr/bin/env python

"""Compare that Wifi-Wired Bridging generates correct traces."""

import os
import shutil
import tracediff

def run(verbose, generate):
    """Execute a test."""

    return tracediff.run_test(verbose, generate, "wifi-wired-bridging", ["--SendIp=0"])