mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-05 13:21:37 +00:00
[LibOS] test/apps: Allow SSL/TLS connections in Apache httpd
This commit is contained in:
@@ -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)"
|
||||
|
||||
@@ -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)"
|
||||
|
||||
@@ -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)"
|
||||
|
||||
@@ -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)"
|
||||
|
||||
@@ -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)"
|
||||
|
||||
@@ -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)"
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
+1
-1
Submodule LibOS/shim/test/apps updated: 5f77829328...a92e3e112f
Reference in New Issue
Block a user