Commit 33268a8b authored by Denis Bilenko's avatar Denis Bilenko

wsgi_test.py: remove unused code

parent 55a27151
......@@ -192,14 +192,6 @@ class TestHttpdBasic(TestCase):
if ex[0] not in CONN_ABORTED_ERRORS:
raise
def skip_test_005_run_apachebench(self):
url = 'http://localhost:%s/' % self.port
# ab is apachebench
from gevent import processes
out = processes.Process(greentest.find_command('ab'),
['-c','64','-n','1024', '-k', url])
print out.read()
def SKIP_test_006_reject_long_urls(self):
fd = self.connect().makefile(bufsize=1)
path_parts = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment