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

Commit

Permalink
molecule/alternative: add test-case for different listen address
Browse files Browse the repository at this point in the history
retry [patch] release as it didn't happen in previous commit
  • Loading branch information
paulfantom committed Jun 18, 2020
1 parent b8ee849 commit 1c14629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions molecule/alternative/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
dest: "{{ node_exporter_tls_server_config.key_file }}"
vars:
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_enabled_collectors:
- entropy
Expand Down
2 changes: 1 addition & 1 deletion molecule/alternative/tests/test_alternative.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_service(host):

def test_socket(host):
sockets = [
"tcp://127.0.0.1:9100"
"tcp://127.0.0.1:8080"
]
for socket in sockets:
s = host.socket(socket)
Expand Down

0 comments on commit 1c14629

Please sign in to comment.