Skip to content

Commit 7753fcf

Browse files
committed
Export the variables for the SSL database
1 parent d726233 commit 7753fcf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
yum -y --setopt=tsflag=nodocs install openssl cyrus-sasl cyrus-sasl-md5 cyrus-sasl-plain python-qpid-proton python-qpid python-qpid-messaging python-coverage
2626
- run:
2727
name: Run tests
28-
command: coverage run run_tests.py
28+
command: |
29+
export QPID_SSL_CERT_DB=sql:./tests/resources/
30+
export QPID_SSL_CERT_PASSWORD_FILE=tests/resources/pwdfile
31+
export QPID_SSL_CERT_NAME=ABCFR_ABCFRALMMACC1
32+
coverage run run_tests.py
2933
# - run:
3034
# name:
3135
# command: echo "hello world"

0 commit comments

Comments
 (0)