File: integration-tests-generic

package info (click to toggle)
debusine 0.14.2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 15,200 kB
  • sloc: python: 195,951; sh: 849; javascript: 335; makefile: 116
file content (11 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/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