Code Review
/
integration
/
test.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ac67421
)
SXP: Fix teardown in 040_Custom_Passwords
34/78534/2
author
Ivan Hrasko
<ihrasko@cisco.com>
Fri, 7 Dec 2018 08:24:59 +0000
(09:24 +0100)
committer
Ivan Hrasko
<ihrasko@cisco.com>
Fri, 7 Dec 2018 10:00:06 +0000
(10:00 +0000)
- in setup only 3 nodes are created
- in teardown delete only 3 nodes (not 4)
Change-Id: I7a878dd1610c0470591e2ee8adbca8d174df6b9f
Signed-off-by: Ivan Hrasko <ihrasko@cisco.com>
csit/suites/sxp/basic/040_Custom_Passwords.robot
patch
|
blob
|
history
diff --git
a/csit/suites/sxp/basic/040_Custom_Passwords.robot
b/csit/suites/sxp/basic/040_Custom_Passwords.robot
index aac626b85837471a44a8a5397e7b6c07d0c1bb5d..a91710f451f4d31276ede40336f62ccc2ecbc98b 100644
(file)
--- a/
csit/suites/sxp/basic/040_Custom_Passwords.robot
+++ b/
csit/suites/sxp/basic/040_Custom_Passwords.robot
@@
-1,7
+1,7
@@
*** Settings ***
Documentation Test suite to test custom password per peer fuctionality
Suite Setup Setup SXP Environment Local
-Suite Teardown Clean SXP Environment
4
+Suite Teardown Clean SXP Environment
3
Test Setup Clean Nodes
Library RequestsLibrary
Library SSHLibrary