parallaxsecond / parsec

Platform AbstRaction for SECurity service
https://parsec.community/
Apache License 2.0
467 stars 66 forks source link

e2e_tests/mangled_ping: Fix socket path #728

Closed tgonzalezorlandoarm closed 10 months ago

tgonzalezorlandoarm commented 10 months ago

Use the environment variable PARSEC_SERVICE_ENDPOINT to define the socket path for the test. This came up during HW testing (Trusted Service Provider). PARSEC_SERVICE_ENDPOINT may be defined to something different than /tmp/parsec.sock so we should be taking into account that case

gowthamsk-arm commented 10 months ago

nit: In the commit description can you also add what prompted this change?