Add links to bug 4455 to "commit no transaction" test cases 81/34881/1
authorJozef Behran <jbehran@cisco.com>
Thu, 18 Feb 2016 09:10:11 +0000 (10:10 +0100)
committerJozef Behran <jbehran@cisco.com>
Thu, 18 Feb 2016 09:10:11 +0000 (10:10 +0100)
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 <jbehran@cisco.com>
csit/suites/netconf/MDSAL/northbound.robot

index 62ede6b277fbef613714385be68cc6d1002ac5df..e3dc825470ec2b08a269a29cd4b4d2aa40cc04b7 100644 (file)
@@ -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.