Esempio n. 1
0
 def set_packagepath(self, packagepath):
     configPath = self._configPath
     Config.setValue(configPath, "apkpath", packagepath)
Esempio n. 2
0
 def set_TestCasePath(self, TestCasepath):
     configPath = self._configPath
     Config.setValue(configPath, "testcasepath", TestCasepath)
Esempio n. 3
0
 def set_packagename(self, packagename):
     configPath = self._configPath
     Config.setValue(configPath, "packname", packagename)