TEST_SSL=1 TEST_OPENSSL3=3.0.1
# -------------------------------------------------------------------------
- if: *condition_not_24x
- name: Linux Ubuntu, MPMs [event, worker], core + HTTP/2 test suite
+ name: Linux Ubuntu, MPMs [event, worker], core + proxy + HTTP/2 test suite
dist: focal
env: APR_VERSION=1.7.0
APU_VERSION=1.6.1 APU_CONFIG="--with-crypto"
CONFIG="--enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=all"
- NO_TEST_FRAMEWORK=1 TEST_INSTALL=1 TEST_H2=1 TEST_CORE=1
+ NO_TEST_FRAMEWORK=1 TEST_INSTALL=1 TEST_H2=1 TEST_CORE=1 TEST_PROXY=1
addons:
apt:
sources:
RV=$?
fi
+ if test -v TEST_PROXY -a $RV -eq 0; then
+ # Run proxy tests.
+ py.test-3 test/modules/proxy
+ RV=$?
+ fi
+
if test -v TEST_H2 -a $RV -eq 0; then
# Run HTTP/2 tests.
MPM=event py.test-3 test/modules/http2