aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-os-common/spec/unit/recipes/default_spec.rb
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/spec/unit/recipes/default_spec.rb
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/spec/unit/recipes/default_spec.rb')
-rw-r--r--sdc-os-chef/sdc-os-common/spec/unit/recipes/default_spec.rb22
1 files changed, 0 insertions, 22 deletions
diff --git a/sdc-os-chef/sdc-os-common/spec/unit/recipes/default_spec.rb b/sdc-os-chef/sdc-os-common/spec/unit/recipes/default_spec.rb
deleted file mode 100644
index bd9841f76e..0000000000
--- a/sdc-os-chef/sdc-os-common/spec/unit/recipes/default_spec.rb
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Cookbook:: sdc-os-common
-# Spec:: default
-#
-# Copyright:: 2017, The Authors, All Rights Reserved.
-
-require 'spec_helper'
-
-describe 'sdc-os-common::default' do
- context 'When all attributes are default, on an Ubuntu 16.04' do
- let(:chef_run) do
- # for a complete list of available platforms and versions see:
- # https://github.com/customink/fauxhai/blob/master/PLATFORMS.md
- runner = ChefSpec::ServerRunner.new(platform: 'ubuntu', version: '16.04')
- runner.converge(described_recipe)
- end
-
- it 'converges successfully' do
- expect { chef_run }.to_not raise_error
- end
- end
-end