Skip to content

Commit cc63e6d

Browse files
committed
remove error prone debug vars
1 parent 0f32ed6 commit cc63e6d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/integration/smoke/test_cluster_drs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,13 @@ def migrateSvms(cls, cluster):
119119
for svm in responseS:
120120
if svm.hostid != cls.hosts[0].id:
121121
systemVmIds.append(svm.id)
122-
numS = len(responseS)
123122
cmdv = listRouters.listRoutersCmd()
124123
responseR = cls.apiclient.listRouters(cmdv)
125124
if isinstance(responseR, Iterable):
126125
for svm in responseR:
127126
if svm.hostid != cls.hosts[0].id:
128127
systemVmIds.append(svm.id)
129-
numR = len(responseR)
130128
numToMigrate = len(systemVmIds)
131-
cls.logger.debug(f'system vms and routers -- {numS} + {numR}')
132129
cls.logger.debug(f'system vms and routers to migrate -- {numToMigrate}')
133130
cmdM = migrateSystemVm.migrateSystemVmCmd()
134131
cmdM.hostId=cls.hosts[0].id

0 commit comments

Comments
 (0)