Acceptance: use common bits from puppet-openstack-integration
Change-Id: I775554de66e19b9ce269c6ce31a67529c2d0413e
This commit is contained in:
parent
804d9cba5c
commit
ae87d9b0f8
@ -6,15 +6,8 @@ describe 'basic vswitch' do
|
||||
|
||||
it 'should work with no errors' do
|
||||
pp= <<-EOS
|
||||
Exec { logoutput => 'on_failure' }
|
||||
|
||||
case $::osfamily {
|
||||
'RedHat': {
|
||||
class { '::openstack_extras::repo::redhat::redhat':
|
||||
release => 'liberty',
|
||||
}
|
||||
}
|
||||
}
|
||||
include ::openstack_integration
|
||||
include ::openstack_integration::repos
|
||||
|
||||
include ::vswitch::ovs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user