summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/stateless_tests/stl_client_test.py
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-09-07 16:20:11 +0300
committerimarom <imarom@cisco.com>2016-09-07 16:20:11 +0300
commite93473c41701ab308b105f2c9f2cbd0886cfeeaf (patch)
tree5941791e40ca0fa6d02ee66c083ef3a0b0765d79 /scripts/automation/regression/stateless_tests/stl_client_test.py
parentdbe6b1886ee2b860395731a77da305a01095a843 (diff)
dual remote - tests missing PCAPs
Diffstat (limited to 'scripts/automation/regression/stateless_tests/stl_client_test.py')
-rw-r--r--scripts/automation/regression/stateless_tests/stl_client_test.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/automation/regression/stateless_tests/stl_client_test.py b/scripts/automation/regression/stateless_tests/stl_client_test.py
index 22fd99ed..0d915fdb 100644
--- a/scripts/automation/regression/stateless_tests/stl_client_test.py
+++ b/scripts/automation/regression/stateless_tests/stl_client_test.py
@@ -327,12 +327,14 @@ class STLClient_Test(CStlGeneral_Test):
def test_pcap_remote (self):
try:
+ pcap_file = os.path.join(CTRexScenario.scripts_path, 'automation/regression/test_pcaps/pcap_dual_test.erf')
+
master = self.tx_port
slave = master ^ 0x1
self.c.reset(ports = [master, slave])
self.c.clear_stats()
- self.c.push_remote('pcap_dual_test.erf',
+ self.c.push_remote(pcap_file,
ports = [master],
ipg_usec = 100,
is_dual = True)