#!/bin/sh

set -e

pkgos-dh_auto_test --no-py2 'barbican\.tests\.(?!plugin\.crypto\.test_crypto\.WhenTestingSimpleCryptoPlugin.*|tasks\.test_keystone_consumer\.WhenUsingKeystoneEventConsumerProcessMethod\.test_existing_project_entities_cleanup_for_plain_secret|tasks.test_keystone_consumer\.WhenUsingKeystoneEventConsumerProcessMethod\.test_rollback_with_error_during_project_cleanup|plugin\.interface\.test_secret_store\.TestSecretStorePluginManagerMultipleBackend.*|plugin\.util\.test_multiple_backends\.TestPluginsGenerateStoreAPIMultipleBackend.*|tasks\.test_keystone_consumer\.WhenUsingKeystoneEventConsumer.*)'
