From edf7d66edae52995fd25b82a32bb63d055272073 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Fri, 9 Apr 2010 10:40:30 +0200
Subject: [PATCH] Rename the confd_client unittest (to confd.client)

This is to keep same naming across all tests (modules separate with dot,
followed by _unittest.py).

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
---
 Makefile.am                                                     | 2 +-
 ...confd_client_unittest.py => ganeti.confd.client_unittest.py} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename test/{ganeti.confd_client_unittest.py => ganeti.confd.client_unittest.py} (100%)

diff --git a/Makefile.am b/Makefile.am
index 444347da5..4e9d3c423 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -324,7 +324,7 @@ python_tests = \
 	test/ganeti.bdev_unittest.py \
 	test/ganeti.cli_unittest.py \
 	test/ganeti.cmdlib_unittest.py \
-	test/ganeti.confd_client_unittest.py \
+	test/ganeti.confd.client_unittest.py \
 	test/ganeti.config_unittest.py \
 	test/ganeti.constants_unittest.py \
 	test/ganeti.errors_unittest.py \
diff --git a/test/ganeti.confd_client_unittest.py b/test/ganeti.confd.client_unittest.py
similarity index 100%
rename from test/ganeti.confd_client_unittest.py
rename to test/ganeti.confd.client_unittest.py
-- 
GitLab