beaker: test evaluator & db_sync on ubuntu again

packaging is fixed, let's test evaluator & db_sync again.
Change-Id: I9ce60b490868eb9413f223115b16a1477c5bca46
This commit is contained in:
Emilien Macchi 2016-04-12 16:24:56 -04:00
parent 4cc0e6498f
commit c5306810c7
1 changed files with 2 additions and 9 deletions

View File

@ -58,15 +58,8 @@ describe 'basic aodh' do
class { '::aodh::client': }
class { '::aodh::notifier': }
class { '::aodh::listener': }
case $::osfamily {
'Debian': {
warning('aodh-evaluator cannot be run on ubuntu system, package is broken. See LP#1508463')
}
'RedHat': {
class { '::aodh::evaluator': }
class { '::aodh::db::sync': }
}
}
class { '::aodh::evaluator': }
class { '::aodh::db::sync': }
EOS