Skip to content
Snippets Groups Projects
Unverified Commit 1c146293 authored by paulfantom's avatar paulfantom
Browse files

molecule/alternative: add test-case for different listen address

retry [patch] release as it didn't happen in previous commit
parent b8ee8491
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
dest: "{{ node_exporter_tls_server_config.key_file }}" dest: "{{ node_exporter_tls_server_config.key_file }}"
vars: vars:
node_exporter_binary_local_dir: "/tmp/node_exporter-linux-amd64" node_exporter_binary_local_dir: "/tmp/node_exporter-linux-amd64"
node_exporter_web_listen_address: "127.0.0.1:8080"
node_exporter_textfile_dir: "" node_exporter_textfile_dir: ""
node_exporter_enabled_collectors: node_exporter_enabled_collectors:
- entropy - entropy
......
...@@ -22,7 +22,7 @@ def test_service(host): ...@@ -22,7 +22,7 @@ def test_service(host):
def test_socket(host): def test_socket(host):
sockets = [ sockets = [
"tcp://127.0.0.1:9100" "tcp://127.0.0.1:8080"
] ]
for socket in sockets: for socket in sockets:
s = host.socket(socket) s = host.socket(socket)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment