Fix for sanityUiTests 60/101160/1
authoraribeiro <anderson.ribeiro@est.tech>
Wed, 5 Feb 2020 09:11:21 +0000 (09:11 +0000)
committerAnderson Ribeiro <anderson.ribeiro@est.tech>
Wed, 5 Feb 2020 10:04:03 +0000 (10:04 +0000)
Issue-ID: SDC-2757
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I90d1bb36fb527dd2f610ad610bfa88eccbbcc6d7

ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_2_setup_configuration.rb

index aa676a6..16dfff3 100644 (file)
@@ -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'],