summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraribeiro <anderson.ribeiro@est.tech>2020-02-05 09:11:21 +0000
committerAnderson Ribeiro <anderson.ribeiro@est.tech>2020-02-05 10:04:03 +0000
commit0e6b06b2abac7e7f5246e5a85fc6569f5ef8348b (patch)
treea5c2b31e2cbb245eb802d1265d014b283ac97da2
parentf6ddad9c6f5d5801da3e6cb8d2c12ae81c2b7582 (diff)
Fix for sanityUiTests
Issue-ID: SDC-2757 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I90d1bb36fb527dd2f610ad610bfa88eccbbcc6d7
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_2_setup_configuration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_2_setup_configuration.rb b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_2_setup_configuration.rb
index aa676a69a6..16dfff3da6 100644
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_2_setup_configuration.rb
+++ b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_2_setup_configuration.rb
@@ -35,7 +35,7 @@ template "janusgraph.properties" do
mode "0755"
variables({
:CASSANDRA_IP => node['Nodes']['CS'].join(",").gsub(/[|]/,''),
- :CASSANDRA_PORT => node['cassandra'][[:cassandra_port],
+ :CASSANDRA_PORT => node['cassandra'][:cassandra_port],
:CASSANDRA_PWD => node['cassandra'][:cassandra_password],
:CASSANDRA_USR => node['cassandra'][:cassandra_user],
:rep_factor => node['cassandra']['replication_factor'],