aboutgitcodebugslistschat
path: root/test
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-10-26 07:03:56 +0200
committerStefano Brivio <sbrivio@redhat.com>2022-10-26 07:03:56 +0200
commite4df8b084490dab4ace46230e923a79c2cba79a9 (patch)
tree59f0561c37270a254ce5f76ca023c95733a8a2fd /test
parentfb820ebb2ebfa849629bd353585b5de58d3744d9 (diff)
downloadpasst-e4df8b084490dab4ace46230e923a79c2cba79a9.tar
passt-e4df8b084490dab4ace46230e923a79c2cba79a9.tar.gz
passt-e4df8b084490dab4ace46230e923a79c2cba79a9.tar.bz2
passt-e4df8b084490dab4ace46230e923a79c2cba79a9.tar.lz
passt-e4df8b084490dab4ace46230e923a79c2cba79a9.tar.xz
passt-e4df8b084490dab4ace46230e923a79c2cba79a9.tar.zst
passt-e4df8b084490dab4ace46230e923a79c2cba79a9.zip
test/run: Temporarily disable distribution tests2022_10_26.e4df8b0
They're too slow to cope with current release cycles, and they haven't found bugs in months, also because clang-tidy and cppcheck would find most of them earlier. Disable them for the moment. We should pre-install gcc and make in non-x86 images, as those run on my test machine with qemu TCG, and that's the real slow-down here. Then we can re-enable them. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/run4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/run b/test/run
index d61b2d3..cb3b6c0 100755
--- a/test/run
+++ b/test/run
@@ -110,12 +110,16 @@ run() {
test passt_in_ns/shutdown
teardown passt_in_ns
+ # TODO: Make those faster by at least pre-installing gcc and make on
+ # non-x86 images, then re-enable.
+skip_distro() {
setup distro
test distro/debian
test distro/fedora
test distro/opensuse
test distro/ubuntu
teardown distro
+}
perf_finish
[ ${CI} -eq 1 ] && video_stop