aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-os-common/test
diff options
context:
space:
mode:
authorAvi Ziv <avi.ziv@amdocs.com>2018-03-15 13:21:44 +0200
committerMichael Lando <ml636r@att.com>2018-04-24 07:50:44 +0000
commitc175a0de2f05d37c1c774684318a525eb96bb59b (patch)
tree0c8bd736fdbcb512fefce93ec841fd3537336206 /sdc-os-chef/sdc-os-common/test
parent08d85958f46d1de9aec9cf459632b5be040063be (diff)
Create on boarding docker
Add BE and Cassandra init docker images Change-Id: Id9d767c73fc946819cec821b4634ce650cbb22fd Issue-ID: SDC-781 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'sdc-os-chef/sdc-os-common/test')
-rw-r--r--sdc-os-chef/sdc-os-common/test/smoke/default/default_test.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/sdc-os-chef/sdc-os-common/test/smoke/default/default_test.rb b/sdc-os-chef/sdc-os-common/test/smoke/default/default_test.rb
deleted file mode 100644
index a1f2595aab..0000000000
--- a/sdc-os-chef/sdc-os-common/test/smoke/default/default_test.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-# # encoding: utf-8
-
-# Inspec test for recipe sdc-os-common::default
-
-# The Inspec reference, with examples and extensive documentation, can be
-# found at http://inspec.io/docs/reference/resources/
-
-unless os.windows?
- # This is an example test, replace with your own test.
- describe user('root'), :skip do
- it { should exist }
- end
-end
-
-# This is an example test, replace it with your own test.
-describe port(80), :skip do
- it { should_not be_listening }
-end