Skip to content

Commit

Permalink
chore: fix alternative listen address in integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: dobbi84 <davide.obbi@e4company.com>
  • Loading branch information
dobbi84 committed Oct 3, 2024
1 parent 66e0eea commit 675e825
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions roles/influxdb_exporter/molecule/alternative/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ provisioner:
group_vars:
all:
influxdb_exporter_binary_local_dir: "/tmp/influxdb_exporter-linux-amd64"
influxdb_exporter_web_listen_address:
- '127.0.0.1:8080'
- '127.0.1.1:8080'
influxdb_exporter_web_listen_address: '127.0.0.1:8080'

go_arch: amd64
influxdb_exporter_version: 0.11.2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def test_service(host):

@pytest.mark.parametrize("sockets", [
"tcp://127.0.0.1:8080",
"tcp://127.0.1.1:8080",
])
def test_socket(host, sockets):
assert host.socket(sockets).is_listening

0 comments on commit 675e825

Please sign in to comment.