From ce53c5e75c0bd417c8fa61d24c854c2e1a758cd7 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Tue, 7 Aug 2018 08:10:14 +0200 Subject: [PATCH] HC Tests: 18.07 report update Change-Id: I2c3df89532f0e728c58b54c220d4fe8ab1297ba4 Signed-off-by: Marek Gradzki --- docs/report/honeycomb_functional_tests/csit_release_notes.rst | 3 +++ tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot | 6 +++--- tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/report/honeycomb_functional_tests/csit_release_notes.rst b/docs/report/honeycomb_functional_tests/csit_release_notes.rst index 21e2c6ac4a..21a1c1ffe1 100644 --- a/docs/report/honeycomb_functional_tests/csit_release_notes.rst +++ b/docs/report/honeycomb_functional_tests/csit_release_notes.rst @@ -29,3 +29,6 @@ tests in VIRL: +---+--------------------------------------------+---------------+-------------------------------------------------------------------------+ | 5 | LISP PITR feature configuration | HC2VPP-263 | Locator set reference in operational data is incorrect. | +---+--------------------------------------------+---------------+-------------------------------------------------------------------------+ +| 6 | Unnumbered interface configuration | CSIT-1210 | VPP does not send IP addresses for unnumbered interfaces anymore. | +| | | | HC CSIT tests were relying on that. | ++---+--------------------------------------------+---------------+-------------------------------------------------------------------------+ 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 af32b6bddd..82bb5b2a8e 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 @@ -473,7 +473,7 @@ | | [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 +# CSIT-1210: Adapt HC unnumbered interface tests to VPP 18.07 api changes | | [Tags] | EXPECTED_FAILING | | ... | | Given sub-interface ipv4 address from Honeycomb should be empty @@ -503,7 +503,7 @@ | | [Teardown] | Honeycomb removes interface IPv4 addresses | ${node} | | ... | ${super_if2} | | ... -# HC2VPP-330: Honeycomb fails to configure interface as unnumbered +# CSIT-1210: Adapt HC unnumbered interface tests to VPP 18.07 api changes | | [Tags] | EXPECTED_FAILING | | ... | | Given IPv4 address from Honeycomb should be @@ -533,7 +533,7 @@ | | [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 +# CSIT-1210: Adapt HC unnumbered interface tests to VPP 18.07 api changes | | [Tags] | EXPECTED_FAILING | | ... | | Given IPv4 address from Honeycomb should be empty | ${node} | ${super_if2} 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 b532b5089e..029d7db86b 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 @@ -225,7 +225,7 @@ | | ... | on a physical interface, borrowing the IP address of another physical\ | | ... | interface. | | ... -# HC2VPP-330: Honeycomb fails to configure interface as unnumbered +# CSIT-1210: Adapt HC unnumbered interface tests to VPP 18.07 api changes | | [Tags] | EXPECTED_FAILING | | ... | | Given Honeycomb sets interface IPv4 address | ${node} @@ -248,7 +248,7 @@ | | [Documentation] | Check if Honeycomb can remove unnumbered configuration\ | | ... | from an interface. | | ... -# HC2VPP-330: Honeycomb fails to configure interface as unnumbered +# CSIT-1210: Adapt HC unnumbered interface tests to VPP 18.07 api changes | | [Tags] | EXPECTED_FAILING | | ... | | Given IPv4 address from Honeycomb should be -- 2.16.6