summaryrefslogtreecommitdiff
path: root/test/modules/http2/test_710_load_post_static.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/http2/test_710_load_post_static.py')
-rw-r--r--test/modules/http2/test_710_load_post_static.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/modules/http2/test_710_load_post_static.py b/test/modules/http2/test_710_load_post_static.py
index fd1b5abe80..ad8ae96aef 100644
--- a/test/modules/http2/test_710_load_post_static.py
+++ b/test/modules/http2/test_710_load_post_static.py
@@ -26,6 +26,7 @@ class TestLoadPostStatic:
# test POST on static file, slurped in by server
def test_h2_710_00(self, env, repeat):
+ assert env.is_live()
url = env.mkurl("https", "test1", "/index.html")
n = 10
m = 1
@@ -38,6 +39,7 @@ class TestLoadPostStatic:
self.check_h2load_ok(env, r, n)
def test_h2_710_01(self, env, repeat):
+ assert env.is_live()
url = env.mkurl("https", "test1", "/index.html")
n = 1000
m = 100
@@ -50,6 +52,7 @@ class TestLoadPostStatic:
self.check_h2load_ok(env, r, n)
def test_h2_710_02(self, env, repeat):
+ assert env.is_live()
url = env.mkurl("https", "test1", "/index.html")
n = 100
m = 50