mpExperienceNetperf: fix typo

This commit is contained in:
Quentin De Coninck 2015-12-02 10:43:49 +01:00
parent 41c7fe4d84
commit acf3e9deee

View File

@ -37,7 +37,7 @@ class MpExperienceNetperf(MpExperience):
"""
self.testlen = self.xpParam.getParam(MpParamXp.NETPERFTESTLEN)
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):
MpExperience.prepare(self)