mpExperienceNetperf: fix typo
This commit is contained in:
parent
41c7fe4d84
commit
acf3e9deee
@ -37,7 +37,7 @@ class MpExperienceNetperf(MpExperience):
|
|||||||
"""
|
"""
|
||||||
self.testlen = self.xpParam.getParam(MpParamXp.NETPERFTESTLEN)
|
self.testlen = self.xpParam.getParam(MpParamXp.NETPERFTESTLEN)
|
||||||
self.testname = self.xpParam.getParam(MpParamXp.NETPERFTESTNAME)
|
self.testname = self.xpParam.getParam(MpParamXp.NETPERFTESTNAME)
|
||||||
self.reqres_size = self.XpParam.getParam(MpParamXp.NETPERFREQRESSIZE)
|
self.reqres_size = self.xpParam.getParam(MpParamXp.NETPERFREQRESSIZE)
|
||||||
|
|
||||||
def prepare(self):
|
def prepare(self):
|
||||||
MpExperience.prepare(self)
|
MpExperience.prepare(self)
|
||||||
|
Loading…
Reference in New Issue
Block a user