diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-03-26 07:39:15 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-03-26 09:45:53 +0100 |
commit | b2e7c9da19663e50873bb6e07daba2aca7e27315 (patch) | |
tree | 33367941e7d32394e9bd83b254f795a8af5a4824 /tests | |
parent | 4a472c148c266f1becf45adfc0d3dbebdab4b944 (diff) |
Fix virl ubuntu image + update ubuntu vpp builds
Change-Id: Ifcb38f09a9a84c8dbae879ad34af11fe9be4a450
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests')
4 files changed, 10 insertions, 0 deletions
diff --git a/tests/vpp/func/crypto/default/eth2p-ethip4ipsectptlispgpe-ip4base-func.robot b/tests/vpp/func/crypto/default/eth2p-ethip4ipsectptlispgpe-ip4base-func.robot index 0f79d15eb4..f13ccbcb10 100644 --- a/tests/vpp/func/crypto/default/eth2p-ethip4ipsectptlispgpe-ip4base-func.robot +++ b/tests/vpp/func/crypto/default/eth2p-ethip4ipsectptlispgpe-ip4base-func.robot @@ -70,6 +70,8 @@ | | ... | received packets are correct. | | ... | [Ref] RFC6830, RFC4303. | | ... +| | [Tags] | EXPECTED_FAILING +| | ... | | ${encr_alg}= | Crypto Alg AES CBC 128 | | ${auth_alg}= | Integ Alg SHA1 96 | | Given Setup 3-node Topology @@ -154,6 +156,8 @@ | | ... | received packets are correct. | | ... | [Ref] RFC6830, RFC4303. | | ... +| | [Tags] | EXPECTED_FAILING +| | ... | | ${encr_alg}= | Crypto Alg AES CBC 128 | | ${auth_alg}= | Integ Alg SHA1 96 | | Given Setup 3-node Topology | ${fib_table_1} diff --git a/tests/vpp/func/crypto/default/eth2p-ethip4ipsectptlispgpe-ip6base-func.robot b/tests/vpp/func/crypto/default/eth2p-ethip4ipsectptlispgpe-ip6base-func.robot index 29d8fc7c2f..4e1b6973d9 100644 --- a/tests/vpp/func/crypto/default/eth2p-ethip4ipsectptlispgpe-ip6base-func.robot +++ b/tests/vpp/func/crypto/default/eth2p-ethip4ipsectptlispgpe-ip6base-func.robot @@ -68,6 +68,8 @@ | | ... | received packets are correct. | | ... | [Ref] RFC6830, RFC4303. | | ... +| | [Tags] | EXPECTED_FAILING +| | ... | | ${encr_alg}= | Crypto Alg AES CBC 128 | | ${auth_alg}= | Integ Alg SHA1 96 | | Given Setup Topology And Lisp diff --git a/tests/vpp/func/crypto/default/eth2p-ethip4ipsectptlispgpe-ip6basevrf-func.robot b/tests/vpp/func/crypto/default/eth2p-ethip4ipsectptlispgpe-ip6basevrf-func.robot index 718ac04383..54b6f73dd5 100644 --- a/tests/vpp/func/crypto/default/eth2p-ethip4ipsectptlispgpe-ip6basevrf-func.robot +++ b/tests/vpp/func/crypto/default/eth2p-ethip4ipsectptlispgpe-ip6basevrf-func.robot @@ -68,6 +68,8 @@ | | ... | received packets are correct. | | ... | [Ref] RFC6830, RFC4303. | | ... +| | [Tags] | EXPECTED_FAILING +| | ... | | ${encr_alg}= | Crypto Alg AES CBC 128 | | ${auth_alg}= | Integ Alg SHA1 96 | | Given Configure path in 3-node circular topology diff --git a/tests/vpp/func/vm_vhost/ip4/eth2p-ethip4ipsectptlispgpe-ip6base-eth-2vhost-1vm-func.robot b/tests/vpp/func/vm_vhost/ip4/eth2p-ethip4ipsectptlispgpe-ip6base-eth-2vhost-1vm-func.robot index e4964ea7eb..9075201103 100644 --- a/tests/vpp/func/vm_vhost/ip4/eth2p-ethip4ipsectptlispgpe-ip6base-eth-2vhost-1vm-func.robot +++ b/tests/vpp/func/vm_vhost/ip4/eth2p-ethip4ipsectptlispgpe-ip6base-eth-2vhost-1vm-func.robot @@ -70,6 +70,8 @@ | | ... | received packets are correct. | | ... | [Ref] RFC6830, RFC4303. | | ... +| | [Tags] | EXPECTED_FAILING +| | ... | | ${encr_alg}= | Crypto Alg AES CBC 128 | | ${auth_alg}= | Integ Alg SHA1 96 | | Given Setup Topology And Lisp |