From: Jozef Behran Date: Thu, 18 Feb 2016 09:10:11 +0000 (+0100) Subject: Add links to bug 4455 to "commit no transaction" test cases X-Git-Tag: release/beryllium-sr1~92 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=955afa35efdd87b0fb9da6c8bf7327302f15bba9 Add links to bug 4455 to "commit no transaction" test cases These links shall be never removed as when a regression happens, we might want to reopen the bug. Change-Id: I67b0b1dc18996934b5388537226aadf3355a8a45 Signed-off-by: Jozef Behran --- diff --git a/csit/suites/netconf/MDSAL/northbound.robot b/csit/suites/netconf/MDSAL/northbound.robot index 62ede6b277..e3dc825470 100644 --- a/csit/suites/netconf/MDSAL/northbound.robot +++ b/csit/suites/netconf/MDSAL/northbound.robot @@ -132,6 +132,7 @@ Get_Config_Running_To_Confirm_Delete_After_Commit Commit_No_Transaction [Documentation] Attempt to perform "commit" when there are no changes in the candidate configuration and check that it returns OK status. Perform_Test commit-no-transaction + [Teardown] Utils.Report_Failure_Due_To_Bug 4455 Edit_Config_Second_Batch_Merge [Documentation] Create an element to be discarded and check the reply. @@ -282,6 +283,7 @@ Delete_Not_Existing_Element Commit_Delete_Not_Existing_Module [Documentation] Attempt to commit and check the reply. Perform_Test commit-no-transaction + [Teardown] Utils.Report_Failure_Due_To_Bug 4455 Remove_Not_Existing_Module [Documentation] Attempt to remove the "module" element again and check that the operation is "silently ignored". @@ -290,6 +292,7 @@ Remove_Not_Existing_Module Commit_Remove_Not_Existing_Module [Documentation] Attempt to commit and check the reply. Perform_Test remove-not-existing-commit + [Teardown] Utils.Report_Failure_Due_To_Bug 4455 Close_Session [Documentation] Close the session and check that it was closed properly.