Example #1
0
 def get_score(
     self,
     stat_type="MEDIAN"
 ):  #This method will override the method at the end of itreation
     IApplication.get_score(self, stat_type)
     msg = "Partially Automated - Unable to parse final result,Check webxprt_result folder for screenshot "
     raise AcsBaseException("", msg)
Example #2
0
 def get_score(
     self,
     stat_type="MEDIAN"
 ):  #This method will override the method at the end of itreation
     IApplication.get_score(self, stat_type)
     msg = "Partially Automated-Unable to fetch score.Check BxBenchPCCG_result folder for screenshot "
     raise AcsBaseException("", msg)
Example #3
0
    def get_score(self, stat_type="MEDIAN"):

        IApplication.get_score(self, stat_type)
        raise DeviceException(DeviceException.OPERATION_SET_ERROR,
                              "Empty operation set is defined")