Update swift-proxy unit tests for puppet5

The latest version of puppet now require the class dependencies included
in the unit tests.

Change-Id: I0b6462f697f2d8012f8a785660c004f3efb13fdc
This commit is contained in:
Emilien Macchi 2017-08-06 20:33:40 -07:00
parent 193a40edfb
commit d8cc01073c
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ describe 'tripleo::profile::base::swift::proxy' do
include ::memcached
class { '::swift::proxy':
proxy_local_net_ip => '127.0.0.1',
}"
}
include ::swift::proxy::tempauth
"
end
context 'with ipv4 memcache servers' do