Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 1c14629

Browse files
committed
molecule/alternative: add test-case for different listen address
retry [patch] release as it didn't happen in previous commit
1 parent b8ee849 commit 1c14629

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

molecule/alternative/playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
dest: "{{ node_exporter_tls_server_config.key_file }}"
2323
vars:
2424
node_exporter_binary_local_dir: "/tmp/node_exporter-linux-amd64"
25+
node_exporter_web_listen_address: "127.0.0.1:8080"
2526
node_exporter_textfile_dir: ""
2627
node_exporter_enabled_collectors:
2728
- entropy

molecule/alternative/tests/test_alternative.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_service(host):
2222

2323
def test_socket(host):
2424
sockets = [
25-
"tcp://127.0.0.1:9100"
25+
"tcp://127.0.0.1:8080"
2626
]
2727
for socket in sockets:
2828
s = host.socket(socket)

0 commit comments

Comments
 (0)