aboutsummaryrefslogtreecommitdiffstats
path: root/tests/honeycomb
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-05-24 13:37:13 +0200
committerPeter Mikus <pmikus@cisco.com>2018-05-25 04:46:33 +0000
commit06fd5a97542fe5e30d48c1bf20015fb63a79a729 (patch)
treee24cc01c0b21ec28a4f021a2979a5493a29cd453 /tests/honeycomb
parent3a90d6c0ba09e47d576c92aab21b2ed9b2dd75ce (diff)
HC Tests: mark unnumbered interface tests as failing (HC2VPP-330)
Failures might be related to: https://gerrit.fd.io/r/#/c/12632/ and/or: https://gerrit.fd.io/r/#/c/12646/ Change-Id: I529582ef95b6cf752a3f0e98cd0326d4a01d15a8 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'tests/honeycomb')
-rw-r--r--tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot10
-rw-r--r--tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot6
2 files changed, 16 insertions, 0 deletions
diff --git a/tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot b/tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot
index b27c7f49f7..93362ff43b 100644
--- a/tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot
+++ b/tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot
@@ -471,6 +471,9 @@
| | [Documentation] | Check if Honeycomb can configure an unnumbered interface\
| | ... | on a sub-interface, borrowing the IP address of a physical interface.
| | ...
+# HC2VPP-330: Honeycomb fails to configure interface as unnumbered
+| | [Tags] | EXPECTED_FAILING
+| | ...
| | Given sub-interface ipv4 address from Honeycomb should be empty
| | ... | ${node} | ${super_if} | ${sub_if_id}
| | And sub-interface ipv4 address from VAT should be empty
@@ -498,6 +501,9 @@
| | [Teardown] | Honeycomb removes interface IPv4 addresses | ${node}
| | ... | ${super_if2}
| | ...
+# HC2VPP-330: Honeycomb fails to configure interface as unnumbered
+| | [Tags] | EXPECTED_FAILING
+| | ...
| | Given IPv4 address from Honeycomb should be
| | ... | ${node} | ${super_if2} | ${ipv4['address']} | ${ipv4['prefix-length']}
| | And IPv4 address from VAT should be
@@ -524,6 +530,10 @@
| TC24: Honeycomb can configure unnumbered interface using a sub-interface
| | [Documentation] | Check if Honeycomb can configure an unnumbered interface\
| | ... | on an interface, borrowing the IP address of a sub-interface.
+| | ...
+# HC2VPP-330: Honeycomb fails to configure interface as unnumbered
+| | [Tags] | EXPECTED_FAILING
+| | ...
| | Given IPv4 address from Honeycomb should be empty | ${node} | ${super_if2}
| | And ipv4 address from VAT should be empty | ${node} | ${super_if2}
| | And sub-interface ipv4 address from Honeycomb should be empty
diff --git a/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot b/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot
index 9565564100..aff237df77 100644
--- a/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot
+++ b/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot
@@ -224,6 +224,9 @@
| | ... | on a physical interface, borrowing the IP address of another physical\
| | ... | interface.
| | ...
+# HC2VPP-330: Honeycomb fails to configure interface as unnumbered
+| | [Tags] | EXPECTED_FAILING
+| | ...
| | Given Honeycomb sets interface IPv4 address | ${node}
| | ... | ${interface2} | ${ipv4_address} | ${ipv4_prefix}
| | When Honeycomb adds unnumbered configuration to interface
@@ -244,6 +247,9 @@
| | [Documentation] | Check if Honeycomb can remove unnumbered configuration\
| | ... | from an interface.
| | ...
+# HC2VPP-330: Honeycomb fails to configure interface as unnumbered
+| | [Tags] | EXPECTED_FAILING
+| | ...
| | Given IPv4 address from Honeycomb should be
| | ... | ${node} | ${interface2} | ${ipv4_address} | ${ipv4_prefix}
| | And IPv4 address from VAT should be