From: Alina Quereilhac Date: Mon, 6 Jun 2011 14:13:15 +0000 (+0200) Subject: improved example/big_buck_bunny_420p_mpeg4.ts X-Git-Tag: nepi_v2_1~42 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5a50fba6ee3922c14620f5e121a2e1c713b94a06;p=nepi.git improved example/big_buck_bunny_420p_mpeg4.ts --- diff --git a/examples/big_buck_bunny_480p_h264.ts b/examples/big_buck_bunny_240p_mpeg4.ts similarity index 57% rename from examples/big_buck_bunny_480p_h264.ts rename to examples/big_buck_bunny_240p_mpeg4.ts index 514789ab..542244b6 100644 Binary files a/examples/big_buck_bunny_480p_h264.ts and b/examples/big_buck_bunny_240p_mpeg4.ts differ diff --git a/test/testbeds/netns/execute.py b/test/testbeds/netns/execute.py index 58d3a48c..178d7734 100755 --- a/test/testbeds/netns/execute.py +++ b/test/testbeds/netns/execute.py @@ -167,7 +167,7 @@ class NetnsExecuteTestCase(unittest.TestCase): instance.shutdown() @test_util.skipUnless(os.getuid() == 0, "Test requires root privileges") - def bug_test_node_pcap_trace(self): + def test_node_pcap_trace(self): user = getpass.getuser() testbed_version = "01" instance = netns.TestbedController(testbed_version)