[lxc-devel] [lxd/master] tests: Re-order tests a bit

stgraber on Github lxc-bot at linuxcontainers.org
Sun Jul 7 00:19:55 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190706/53fa220a/attachment.bin>
-------------- next part --------------
From 50b30c621bd482f93052921c8116d15d147eb871 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Sat, 6 Jul 2019 20:19:30 -0400
Subject: [PATCH] tests: Re-order tests a bit
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 | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/test/main.sh b/test/main.sh
index e5d4fc9dbf..1e1e1b0578 100755
--- a/test/main.sh
+++ b/test/main.sh
@@ -159,6 +159,24 @@ run_test test_static_analysis "static analysis"
 run_test test_database_update "database schema updates"
 run_test test_database_restore "database restore"
 run_test test_sql "lxd sql"
+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_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_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"
@@ -170,10 +188,6 @@ run_test test_projects_images "images inside projects"
 run_test test_projects_images_default "images from the global default project"
 run_test test_projects_storage "projects and storage pools"
 run_test test_projects_network "projects and networks"
-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_basic_usage "basic usage"
 run_test test_container_devices_nic_p2p "container devices - nic - p2p"
 run_test test_container_devices_nic_bridged "container devices - nic - bridged"
 run_test test_container_devices_nic_bridged_filtering "container devices - nic - bridged - filtering"
@@ -230,20 +244,6 @@ run_test test_backup_export "backup export"
 run_test test_backup_rename "backup rename"
 run_test test_container_local_cross_pool_handling "container local cross pool handling"
 run_test test_incremental_copy "incremental container copy"
-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_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_upgrade "clustering upgrade"
 
 # shellcheck disable=SC2034
 TEST_RESULT=success


More information about the lxc-devel mailing list