#!/bin/sh

set -e

# Generate a key to use in the tests.
export OS_SIMPLE_CRYPTO_PLUGIN__KEK=$(python3 debian/gen-fernet)

#pkgos-dh_auto_test --no-py2 'barbican\.tests\.(?!tasks\.test_keystone_consumer\.WhenUsingKeystoneEventConsumer\.test_.*)'
pkgos-dh_auto_test --no-py2 'barbican\.tests\..*'
