Skip to content

Commit 978ecf7

Browse files
authored
[Develop] Fix test_proxy integ test (#6306)
* Add AllowedIps: 0.0.0.0/0 in cluster configuration * Minor changes on parameter order
1 parent 9c44fa0 commit 978ecf7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/integration-tests/tests/proxy/test_proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def get_instance_public_ip(instance_id, region):
7474

7575

7676
@pytest.mark.usefixtures("region", "os", "instance", "scheduler")
77-
def test_proxy(pcluster_config_reader, clusters_factory, proxy_stack_factory, scheduler_commands_factory):
77+
def test_proxy(pcluster_config_reader, proxy_stack_factory, clusters_factory, scheduler_commands_factory):
7878
"""
7979
Test the creation and functionality of a Cluster using a proxy environment.
8080

tests/integration-tests/tests/proxy/test_proxy/test_proxy/pcluster.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ HeadNode:
44
InstanceType: {{ instance }}
55
Ssh:
66
KeyName: {{ key_name }}
7+
AllowedIps: 0.0.0.0/0
78
Networking:
89
SubnetId: {{ subnet_with_proxy }}
910
Proxy:

0 commit comments

Comments
 (0)