From 04b2332b703e3118455d9d47e8212762b2dbbbd4 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Tue, 13 Sep 2011 14:24:58 +0200
Subject: [PATCH] Fix unittest breakage from commit 132cdb87159e

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 test/ganeti.rapi.client_unittest.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/ganeti.rapi.client_unittest.py b/test/ganeti.rapi.client_unittest.py
index 7273f14da..2d17df877 100755
--- a/test/ganeti.rapi.client_unittest.py
+++ b/test/ganeti.rapi.client_unittest.py
@@ -46,6 +46,7 @@ _URI_RE = re.compile(r"https://(?P<host>.*):(?P<port>\d+)(?P<path>/.*)")
 # List of resource handlers which aren't used by the RAPI client
 _KNOWN_UNUSED = set([
   rlib2.R_root,
+  rlib2.R_2,
   ])
 
 # Global variable for collecting used handlers
-- 
GitLab