#!/bin/bash

set -e

# shellcheck source-path=SCRIPTDIR
source debian/tests/utils/add-debusine-log-files-to-artifacts.sh

debian/tests/utils/integration-tests-setup-debusine-server.sh
debian/tests/utils/integration-tests-setup-debusine-client.sh

pytest --rootdir=. -c /dev/null -v debian/tests/integration-tests-generic.py
