From 151f57370f5fa8a7ab872ad47975a8a63b2127c7 Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Fri, 22 Jul 2022 19:20:33 +0530 Subject: [PATCH] qa: Remove unused variable Signed-off-by: Kotresh HR (cherry picked from commit c8416c3f0e15e49dde4b9bca6f732231d9b5d16b) --- qa/tasks/cephfs/test_volumes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/tasks/cephfs/test_volumes.py b/qa/tasks/cephfs/test_volumes.py index d47d22c04b8ec..ab7b3299a625a 100644 --- a/qa/tasks/cephfs/test_volumes.py +++ b/qa/tasks/cephfs/test_volumes.py @@ -4943,7 +4943,6 @@ class TestMisc(TestVolumesHelper): poor man's upgrade test -- theme continues... """ subvol1, subvol2 = self._generate_random_subvolume_name(2) - group = self._generate_random_group_name() # emulate a old-fashioned subvolume in the default group createpath1 = os.path.join(".", "volumes", "_nogroup", subvol1) -- 2.39.5