regression/tests/test-ns2-mob.py
author Tom Henderson <tomh@tomh.org>
Thu, 02 Jul 2009 21:57:00 -0700
changeset 4646 c25ca2e38845
parent 4114 a6c5ccfa3451
permissions -rw-r--r--
some fixes to the manual for IPv4 refactoring

#! /usr/bin/env python

"""Generic trace-comparison-type regression test."""

import os.path

program = "main-ns2-mob"

def get_arguments(env, top_dir):
    ns2_tracefile = os.path.abspath(os.path.join(top_dir, "samples", "ns2-mob.tr"))
    return [ns2_tracefile, "out.tr"]

trace_dir_name = "main-ns2-mob.ref"