From 371daa42cac800c0031b251c02e8cc3e511b4b14 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Wed, 14 Oct 2015 19:16:30 +0000 Subject: [PATCH] Quickfix for boulder#985 --- tests/boulder-integration.sh | 9 +++++++-- tests/integration/_common.sh | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh index 1de46eda1..273fa6ef6 100755 --- a/tests/boulder-integration.sh +++ b/tests/boulder-integration.sh @@ -27,9 +27,14 @@ common() { "$@" } +# TODO: boulder#985 +common_http() { + common --dvsni-port 0 --simple-http-port 5001 "$@" +} + common --domains le1.wtf --standalone-supported-challenges dvsni auth -common --domains le2.wtf --standalone-supported-challenges simpleHttp run -common -a manual -d le.wtf auth +common_http --domains le2.wtf --standalone-supported-challenges simpleHttp run +common_http -a manual -d le.wtf auth export CSR_PATH="${root}/csr.der" KEY_PATH="${root}/key.pem" \ OPENSSL_CNF=examples/openssl.cnf diff --git a/tests/integration/_common.sh b/tests/integration/_common.sh index fd60b9258..b4386daa8 100755 --- a/tests/integration/_common.sh +++ b/tests/integration/_common.sh @@ -16,7 +16,7 @@ letsencrypt_test () { --server "${SERVER:-http://localhost:4000/directory}" \ --no-verify-ssl \ --dvsni-port 5001 \ - --simple-http-port 5001 \ + --simple-http-porta 5002 \ --manual-test-mode \ $store_flags \ --text \