canonical / edgex-checkbox-provider

Checkbox tests for EdgeX snaps
Apache License 2.0
0 stars 3 forks source link

Missing libssl for TestTLSCert go test #52

Closed farshidtz closed 1 year ago

farshidtz commented 1 year ago
    proxy_test.go:55: Query a service via the proxy to verify the use of new certificate
    exec.go:19: [exec] curl --show-error --silent --include --output /dev/null --write-out '%{http_code}' --cacert ./tmp/ca.crt 'https://localhost:8443/core-data/api/v2/ping'
    exec.go:101: [stderr] curl: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
    exec.go:75: exit status 127

Originally posted by @farshidtz in https://github.com/canonical/edgex-checkbox-provider/issues/48#issuecomment-1405616416

Until this issue is resolved, the test is set to skip: https://github.com/canonical/edgex-checkbox-provider/blob/461b4e4691fa3801437ccb4b88727b3d1e068113/data/latest/run-go-tests.sh#L33