Skip to content

Commit 53498f7

Browse files
committed
Support improved Node Cellar simple blueprint
1 parent 66699bf commit 53498f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cosmo_tester/test_suites/test_simple_manager_blueprint/nodecellar_singlehost_test.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,20 @@ def get_public_ip(self, nodes_state):
3434

3535
def get_inputs(self):
3636
return dict(self.access_credentials,
37-
**{'host_ip': self.private_ip_address})
37+
**{'nodejs_host_ip': self.private_ip_address,
38+
'mongod_host_ip': self.private_ip_address})
3839

3940
@property
4041
def expected_nodes_count(self):
41-
return 4
42+
return 5
4243

4344
@property
4445
def host_expected_runtime_properties(self):
4546
return []
4647

4748
@property
4849
def entrypoint_node_name(self):
49-
return 'host'
50+
return 'nodejs_host_ip'
5051

5152
@property
5253
def entrypoint_property_name(self):

0 commit comments

Comments
 (0)