Skip to content

Commit fcc2009

Browse files
committed
update expected certificate organization and organization-unit values due to removing the local-ca option
Signed-off-by: reubenmiller <reuben.d.miller@gmail.com>
1 parent c630ed2 commit fcc2009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/RobotFramework/tests/tedge_connect/tedge_connect_test.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tedge connect skips new certificate validation if connected
9696
Should Contain ${output}[1] Connection is already established
9797
# The invalid certificate is left unchanged
9898
${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
100100

101101
tedge reconnect rejects any new invalid certificate
102102
Renew certificate
@@ -133,4 +133,4 @@ Renew certificate
133133
Execute Command
134134
... sudo cp "$(tedge config get c8y.device.cert_path)" "$(tedge config get c8y.device.cert_path).new"
135135
${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

0 commit comments

Comments
 (0)