File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/RobotFramework/tests/tedge_connect Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ tedge connect skips new certificate validation if connected
96
96
Should Contain ${output } [1 ] Connection is already established
97
97
# The invalid certificate is left unchanged
98
98
${new-cert } = Execute Command tedge cert show c8y --new
99
- Should Contain ${new-cert } O=thin-edge , OU=Test Device
99
+ Should Contain ${new-cert } item=O=Thin Edge , OU=Device
100
100
101
101
tedge reconnect rejects any new invalid certificate
102
102
Renew certificate
@@ -133,4 +133,4 @@ Renew certificate
133
133
Execute Command
134
134
... sudo cp "$(tedge config get c8y.device.cert_path)" "$(tedge config get c8y.device.cert_path).new"
135
135
${output } = Execute Command tedge cert show c8y --new
136
- Should Contain ${output } O=thin-edge , OU=Test Device
136
+ Should Contain ${output } item=O=Thin Edge , OU=Device
You can’t perform that action at this time.
0 commit comments