[LibOS] test/apps: Allow SSL/TLS connections in Apache httpd

This commit is contained in:
Dmitrii Kuvaiskii
2020-02-04 18:25:40 -08:00
parent c685e56e67
commit bca88eb94d
9 changed files with 9 additions and 1 deletions
+1
View File
@@ -107,6 +107,7 @@ pipeline {
make start-graphene-server &
sleep 1
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8001
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh https://127.0.0.1:8443
'''
sh '''
cd "$(./Scripts/clean-check-test-copy)"
+1
View File
@@ -105,6 +105,7 @@ pipeline {
make start-graphene-server &
sleep 1
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8001
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh https://127.0.0.1:8443
'''
sh '''
cd "$(./Scripts/clean-check-test-copy)"
+1
View File
@@ -106,6 +106,7 @@ pipeline {
make start-graphene-server &
sleep 1
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8001
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh https://127.0.0.1:8443
'''
sh '''
cd "$(./Scripts/clean-check-test-copy)"
+1
View File
@@ -105,6 +105,7 @@ pipeline {
make start-graphene-server &
sleep 1
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8001
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh https://127.0.0.1:8443
'''
sh '''
cd "$(./Scripts/clean-check-test-copy)"
+1
View File
@@ -114,6 +114,7 @@ pipeline {
make SGX=1 start-graphene-server &
sleep 30
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8001
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh https://127.0.0.1:8443
'''
sh '''
cd "$(./Scripts/clean-check-test-copy)"
+1
View File
@@ -111,6 +111,7 @@ pipeline {
make SGX=1 start-graphene-server &
sleep 30
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8001
LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh https://127.0.0.1:8443
'''
sh '''
cd "$(./Scripts/clean-check-test-copy)"
+1
View File
@@ -22,6 +22,7 @@ RUN apt-get update \
libpcre2-dev \
libpcre3-dev \
libprotobuf-c-dev \
libssl-dev \
libxml2-dev \
linux-headers-4.4.0-161-generic \
net-tools \
+1
View File
@@ -22,6 +22,7 @@ RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y \
libpcre2-dev \
libpcre3-dev \
libprotobuf-c-dev \
libssl-dev \
libxml2-dev \
linux-headers-4.15.0-20-generic \
net-tools \