aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_1_setup_env.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_1_setup_env.rb')
-rw-r--r--ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_1_setup_env.rb64
1 files changed, 0 insertions, 64 deletions
diff --git a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_1_setup_env.rb b/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_1_setup_env.rb
deleted file mode 100644
index 61d0133888..0000000000
--- a/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/recipes/sanityUiTests_1_setup_env.rb
+++ /dev/null
@@ -1,64 +0,0 @@
-tests_base="/var/lib/tests"
-
- remote_directory '/var/lib/tests/testSuites' do
- source 'testSuites'
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
- remote_directory '/var/lib/tests/Files' do
- source 'Files'
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
- remote_directory '/var/lib/tests/conf' do
- source 'conf'
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
- directory "create_target_dir" do
- path "/var/lib/tests/target"
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
- directory "create_ExtentReport_dir" do
- path "/var/lib/tests/ExtentReport"
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
- cookbook_file '/var/lib/tests/startTest.sh' do
- source 'startTest.sh'
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
- directory "create_etc_dir" do
- path "/var/lib/tests/etc"
- owner 'root'
- group 'root'
- mode '0755'
- action :create
- end
-
-cookbook_file "/var/lib/tests/etc/org.onap.sdc.trust.jks" do
- source "org.onap.sdc.trust.jks"
- owner "root"
- group "root"
- mode 0644
-end \ No newline at end of file