Include deps class in unit test for sync
Change-Id: Ic854ed47007738c1809a354a27cd0dd659593f7e
This commit is contained in:
parent
7407250bae
commit
1894d38f5f
@ -4,6 +4,8 @@ describe 'octavia::db::sync' do
|
|||||||
|
|
||||||
shared_examples_for 'octavia-dbsync' do
|
shared_examples_for 'octavia-dbsync' do
|
||||||
|
|
||||||
|
it { is_expected.to contain_class('octavia::deps') }
|
||||||
|
|
||||||
it 'runs octavia-manage db upgrade' do
|
it 'runs octavia-manage db upgrade' do
|
||||||
is_expected.to contain_exec('octavia-db-sync').with(
|
is_expected.to contain_exec('octavia-db-sync').with(
|
||||||
:command => 'octavia-db-manage upgrade head ',
|
:command => 'octavia-db-manage upgrade head ',
|
||||||
|
Loading…
Reference in New Issue
Block a user