tests: Add a manual integration test for OstreeRepoFinderMount
authorPhilip Withnall <withnall@endlessm.com>
Mon, 18 Sep 2017 14:43:41 +0000 (15:43 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 28 Sep 2017 14:08:40 +0000 (14:08 +0000)
commitdf1d0a5fc65ded50f090376806329c85e9136dba
treee63bfd18d3573b22354e23dab9c3e9b8a45d6195
parent15096ac49e3c387ba9050ba1d611e99375d4f98a
tests: Add a manual integration test for OstreeRepoFinderMount

Test an end-to-end flow of pulling refs from an online
repository → local OS repository → create a USB stick of
them → pull to a local OS repository on another machine.

This is a manual test, as it requires a throwaway USB stick which the
test can format as ext4 or vfat to test the flow works with both file
systems.

Run it as:

MOUNT_INTEGRATION_DEV=/dev/sdb1 make check \
  TESTS=tests/test-repo-finder-mount-integration.sh

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Closes: #1203
Approved by: cgwalters
Makefile-tests.am
tests/test-repo-finder-mount-integration.sh [new file with mode: 0755]