Add facts needed by memcached to avoid failing.
Change-Id: I7067135fc37b442b2a54168e324b71e3bbc038b1
This commit is contained in:
parent
de58ee918c
commit
f95b5bac75
@ -7,6 +7,7 @@ describe 'swift::proxy::cache' do
|
||||
:operatingsystem => 'Ubuntu',
|
||||
:osfamily => 'Debian',
|
||||
:os_workers => 1,
|
||||
:processorcount => 1,
|
||||
}
|
||||
end
|
||||
|
||||
|
@ -14,6 +14,7 @@ describe 'swift::proxy' do
|
||||
:operatingsystem => 'Ubuntu',
|
||||
:osfamily => 'Debian',
|
||||
:os_workers => 1,
|
||||
:processorcount => 1,
|
||||
})
|
||||
end
|
||||
|
||||
@ -312,6 +313,7 @@ describe 'swift::proxy' do
|
||||
OSDefaults.get_facts({
|
||||
:operatingsystem => 'Ubuntu',
|
||||
:osfamily => 'Debian',
|
||||
:processorcount => 1,
|
||||
})
|
||||
end
|
||||
|
||||
@ -341,6 +343,7 @@ describe 'swift::proxy' do
|
||||
OSDefaults.get_facts({
|
||||
:osfamily => 'RedHat',
|
||||
:operatingsystem => 'RedHat',
|
||||
:processorcount => 1,
|
||||
})
|
||||
end
|
||||
|
||||
|
@ -6,6 +6,7 @@ describe 'swift::ringbuilder' do
|
||||
:operatingsystem => 'Ubuntu',
|
||||
:osfamily => 'Debian',
|
||||
:os_workers => 1,
|
||||
:processorcount => 1,
|
||||
})
|
||||
end
|
||||
describe 'when swift class is not included' do
|
||||
|
@ -11,6 +11,7 @@ describe 'swift::ringbuilder::policy_ring' do
|
||||
:operatingsystem => 'Ubuntu',
|
||||
:osfamily => 'Debian',
|
||||
:os_workers => 1,
|
||||
:processorcount => 1,
|
||||
})
|
||||
end
|
||||
describe 'when swift class is not included' do
|
||||
|
Loading…
Reference in New Issue
Block a user