diff options
author | selias <samelias@cisco.com> | 2016-09-29 11:59:01 +0200 |
---|---|---|
committer | Samuel Eliáš <samelias@cisco.com> | 2016-10-07 08:37:52 +0000 |
commit | b5096b75637e5ed91f81b94eb3ad06bea141155e (patch) | |
tree | 69f54be38fb7d5998c89a7372c59e1baeca2a796 /tests/func/telemetry/ipfix_ipv6.robot | |
parent | 3fcea95804eddf670641b306da1bec6730b34d8e (diff) |
CSIT-233: IPFIX - fix issues in test cases
- fix and simplify configuration in IPv4 IPFIX tests
- fix collector address in IPv6 IPFIX tests
Change-Id: Ibe19a45516416a638955b6d7779e0ca9708edc47
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'tests/func/telemetry/ipfix_ipv6.robot')
-rw-r--r-- | tests/func/telemetry/ipfix_ipv6.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/func/telemetry/ipfix_ipv6.robot b/tests/func/telemetry/ipfix_ipv6.robot index 4f1dd5f408..46d2773cd3 100644 --- a/tests/func/telemetry/ipfix_ipv6.robot +++ b/tests/func/telemetry/ipfix_ipv6.robot @@ -50,7 +50,7 @@ # IPv4 addresses used for IPFIX exporter. Export over IPv6 not (yet?) supported. | ${dut1_to_tg_ip4}= | 192.168.1.1 -| ${tg_to_dut1_ip4}= | 16.0.0.1 +| ${tg_to_dut1_ip4}= | 192.168.1.2 *** Test Cases *** | TC01: DUT reports packet flow for traffic by source address |