about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@higgsboson.tk>2016-10-01 22:58:08 +0200
committerJörg Thalheim <joerg@higgsboson.tk>2016-10-01 23:18:24 +0200
commit0334b75e124a62f6086937827524a23d02f77d9c (patch)
treee5c6b288867a0c8695bb29eeff397a36cd30d96b /nixos/tests
parentd2590d9d9e7588361e16d1e00d35db6a806f04f3 (diff)
downloadnixlib-0334b75e124a62f6086937827524a23d02f77d9c.tar
nixlib-0334b75e124a62f6086937827524a23d02f77d9c.tar.gz
nixlib-0334b75e124a62f6086937827524a23d02f77d9c.tar.bz2
nixlib-0334b75e124a62f6086937827524a23d02f77d9c.tar.lz
nixlib-0334b75e124a62f6086937827524a23d02f77d9c.tar.xz
nixlib-0334b75e124a62f6086937827524a23d02f77d9c.tar.zst
nixlib-0334b75e124a62f6086937827524a23d02f77d9c.zip
logstash: fix test
embedded elasticsearch was removed: https://www.elastic.co/blog/logstash-1-4-3-released
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/logstash.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/logstash.nix b/nixos/tests/logstash.nix
index edece352cafe..01f6a0358b2e 100644
--- a/nixos/tests/logstash.nix
+++ b/nixos/tests/logstash.nix
@@ -25,7 +25,6 @@ import ./make-test.nix ({ pkgs, ...} : {
               '';
               outputConfig = ''
                 stdout { codec => rubydebug }
-                elasticsearch { embedded => true }
               '';
             };
           };
@@ -38,6 +37,5 @@ import ./make-test.nix ({ pkgs, ...} : {
     $one->waitForUnit("logstash.service");
     $one->waitUntilSucceeds("journalctl -n 20 _SYSTEMD_UNIT=logstash.service | grep flowers");
     $one->fail("journalctl -n 20 _SYSTEMD_UNIT=logstash.service | grep dragons");
-    $one->waitUntilSucceeds("curl -s http://127.0.0.1:9200/_status?pretty=true | grep logstash");
   '';
 })