This PR adds the feature of using the inferno execute CLI and disabling TLS tests with INFERNO_DISABLE_TLS_TEST=true environment variable. It will unblock inferno-framework/inferno-reference-server#182 so the (g)(10) test kit can run in CI. This PR will also close #577.
I realized bumping both dependencies in one PR would be easier than two separate PRs. I ran this test kit locally to confirm it works. Ready for review and merge!
This PR adds the feature of using the
inferno execute
CLI and disabling TLS tests withINFERNO_DISABLE_TLS_TEST=true
environment variable. It will unblock inferno-framework/inferno-reference-server#182 so the (g)(10) test kit can run in CI. This PR will also close #577.