commit | 8168bd11cb68d40aec55bcb4a585765046be521b | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Fri Mar 05 12:44:14 2021 +0000 |
committer | Andrea Campanella <andrea@opennetworking.org> | Fri Mar 05 12:44:24 2021 +0000 |
tree | 8a0172b3b79b358e1b1b6c3d8cb6238180a2076b | |
parent | 04896f6b5108acef1c82c02ca45ef07624624064 [diff] |
Revert "Checking that remote commands exits with code 0" This reverts commit b17b619db7d9ea764c60b634c357633b132f1872. Reason for revert: this has issues on the Berlin pod and will always fail the data plane tests: https://github.com/opencord/voltha-system-tests/blob/master/tests/dt-workflow/Voltha_DT_PODTests.robot#L431 Change-Id: If255c9c47074d3a7bc6ffcde1c9194dfd3e13720
diff --git a/libraries/utils.robot b/libraries/utils.robot index 9bfc1f9..c5180bc 100755 --- a/libraries/utils.robot +++ b/libraries/utils.robot
@@ -1213,7 +1213,6 @@ Log ${stdout} Log ${stderr} Log ${rc} - Should Be Equal ${rc} 0 SSHLibrary.Close Connection [Return] ${stdout} ${stderr} ${rc}