Rename test for backend._CommonRestrictedCmdCheck
authorMichael Hanselmann <hansmi@google.com>
Tue, 11 Dec 2012 16:09:44 +0000 (17:09 +0100)
committerMichael Hanselmann <hansmi@google.com>
Thu, 13 Dec 2012 11:28:55 +0000 (12:28 +0100)
“TestWriteFile” was not renamed when adding the file based on
“ganeti.utils.io_unittest-runasroot.py”.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

test/ganeti.backend_unittest-runasroot.py

index 75729bc..4266247 100755 (executable)
@@ -34,7 +34,7 @@ from ganeti import backend
 import testutils
 
 
-class TestWriteFile(testutils.GanetiTestCase):
+class TestCommonRestrictedCmdCheck(testutils.GanetiTestCase):
   def setUp(self):
     self.tmpdir = tempfile.mkdtemp()