[lxc-devel] [lxd/master] DEBUG

tomponline on Github lxc-bot at linuxcontainers.org
Fri Aug 7 08:47:35 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200807/3086247e/attachment.bin>
-------------- next part --------------
From f8f92661479ce52084c7a3a9aca89c9d47a5fc52 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Thu, 6 Aug 2020 17:37:09 -0400
Subject: [PATCH] DEBUG
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 test/main.sh | 44 +++++++++++++++++++++++++-------------------
 1 file changed, 25 insertions(+), 19 deletions(-)

diff --git a/test/main.sh b/test/main.sh
index 420b80ecf3..0a097b082e 100755
--- a/test/main.sh
+++ b/test/main.sh
@@ -24,6 +24,11 @@ if [ -z "${LXD_BACKEND:-}" ]; then
     LXD_BACKEND="dir"
 fi
 
+if [ "$(uname -m)" != "x86_64" ]; then
+    exit 0
+fi
+export LXD_BACKEND=lvm
+
 # shellcheck disable=SC2034
 LXD_NETNS=""
 
@@ -164,30 +169,31 @@ run_test test_basic_usage "basic usage"
 run_test test_remote_url "remote url handling"
 run_test test_remote_admin "remote administration"
 run_test test_remote_usage "remote usage"
-run_test test_clustering_enable "clustering enable"
-run_test test_clustering_membership "clustering membership"
-run_test test_clustering_containers "clustering containers"
-run_test test_clustering_storage "clustering storage"
-run_test test_clustering_storage_single_node "clustering storage single node"
-run_test test_clustering_network "clustering network"
-run_test test_clustering_publish "clustering publish"
-run_test test_clustering_profiles "clustering profiles"
-run_test test_clustering_join_api "clustering join api"
-run_test test_clustering_shutdown_nodes "clustering shutdown"
-run_test test_clustering_projects "clustering projects"
-run_test test_clustering_address "clustering address"
-run_test test_clustering_image_replication "clustering image replication"
-run_test test_clustering_dns "clustering DNS"
-run_test test_clustering_recover "clustering recovery"
-run_test test_clustering_handover "clustering handover"
-run_test test_clustering_rebalance "clustering rebalance"
-run_test test_clustering_remove_raft_node "custering remove raft node"
-run_test test_clustering_failure_domains "clustering failure domains"
+##run_test test_clustering_enable "clustering enable"
+##run_test test_clustering_membership "clustering membership"
+##run_test test_clustering_containers "clustering containers"
+##run_test test_clustering_storage "clustering storage"
+##run_test test_clustering_storage_single_node "clustering storage single node"
+##run_test test_clustering_network "clustering network"
+##run_test test_clustering_publish "clustering publish"
+##run_test test_clustering_profiles "clustering profiles"
+##run_test test_clustering_join_api "clustering join api"
+##run_test test_clustering_shutdown_nodes "clustering shutdown"
+##run_test test_clustering_projects "clustering projects"
+##run_test test_clustering_address "clustering address"
+##run_test test_clustering_image_replication "clustering image replication"
+##run_test test_clustering_dns "clustering DNS"
+##run_test test_clustering_recover "clustering recovery"
+##run_test test_clustering_handover "clustering handover"
+##run_test test_clustering_rebalance "clustering rebalance"
+##run_test test_clustering_remove_raft_node "custering remove raft node"
+##run_test test_clustering_failure_domains "clustering failure domains"
 # run_test test_clustering_upgrade "clustering upgrade"
 run_test test_projects_default "default project"
 run_test test_projects_crud "projects CRUD operations"
 run_test test_projects_containers "containers inside projects"
 run_test test_projects_snapshots "snapshots inside projects"
+exit 0
 run_test test_projects_backups "backups inside projects"
 run_test test_projects_profiles "profiles inside projects"
 run_test test_projects_profiles_default "profiles from the global default project"


More information about the lxc-devel mailing list