The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/7740

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===

From f8f92661479ce52084c7a3a9aca89c9d47a5fc52 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@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 <stgra...@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"
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to