From 8b0c94492906d7db528af73834c0d2299b8eb382 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Fri, 15 Nov 2019 10:07:12 +0000 Subject: Fix to stabilize sanity ui test suite Fix the selection of the Resource Composition screen. Fix the search for a Resource in the home screen. Refactor some related classes, mainly removing exceptions not thrown, correcting typos, removing unused/commented code, fixing SonarQube issues. Improve the logs and report logs. Change-Id: I89b5a0d89652367520cededa6744831492bbbaba Issue-ID: SDC-2648 Signed-off-by: andre.schmid --- .../chef-repo/cookbooks/cassandra-actions/attributes/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asdctool') diff --git a/asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/version.rb b/asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/version.rb index cb2dcd9ef9..522d2270b4 100644 --- a/asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/version.rb +++ b/asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/version.rb @@ -1 +1 @@ -normal['version'] ="1.5.0" +normal['version'] ="1.6.0" -- cgit 1.2.3-korg