1d448d40ca
Summary: This diff implements OpenSSL support in the network stack. Currently SSL support is only enabled for Bolt connections, support for RPC connections will be added in another diff. Reviewers: buda, teon.banek Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1328
17 lines
515 B
YAML
17 lines
515 B
YAML
- name: integration__telemetry
|
|
cd: telemetry
|
|
commands: TIMEOUT=200 ./runner.py
|
|
infiles:
|
|
- runner.py # runner script
|
|
- server.py # server script
|
|
- ../../../build_debug/tests/integration/telemetry/client # client binary
|
|
- ../../../build_debug/tests/manual/kvstore_console # kvstore console binary
|
|
|
|
- name: integration__ssl
|
|
cd: ssl
|
|
commands: ./runner.sh
|
|
infiles:
|
|
- runner.sh # runner script
|
|
- ../../../build_debug/tests/integration/ssl/tester # tester binary
|
|
enable_network: true
|