summaryrefslogtreecommitdiff
path: root/tests/server-tests/white-box/webapp.rb
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-02-23 11:52:10 +0100
committervarac <varacanero@zeromail.org>2017-03-15 19:22:50 +0100
commit5035b80537d4f6d4f4d57a3a429d12fc4ca04d54 (patch)
tree36de82276dded87cb3e0ad9c22f4b0d14ab339a1 /tests/server-tests/white-box/webapp.rb
parentcce9af1fce42c29bf062cccfc46ef356d83a6328 (diff)
[8144] Remove Haproxy tests
Diffstat (limited to 'tests/server-tests/white-box/webapp.rb')
-rw-r--r--tests/server-tests/white-box/webapp.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/server-tests/white-box/webapp.rb b/tests/server-tests/white-box/webapp.rb
index e48df524..b1ceddb1 100644
--- a/tests/server-tests/white-box/webapp.rb
+++ b/tests/server-tests/white-box/webapp.rb
@@ -16,16 +16,6 @@ class Webapp < LeapTest
pass
end
- def test_02_Can_contact_couchdb_via_haproxy?
- if property('haproxy.couch')
- url = couchdb_url_via_haproxy("", url_options)
- assert_get(url) do |body|
- assert_match /"couchdb":"Welcome"/, body, "Request to #{url} should return couchdb welcome message."
- end
- pass
- end
- end
-
def test_03_Are_daemons_running?
assert_running match: '^/usr/sbin/apache2'
assert_running match: 'ruby /usr/bin/nickserver'