Update file init_test.py
This commit is contained in:
@@ -42,6 +42,7 @@ class IrLogging(models.Model):
|
||||
for x in f.readlines():
|
||||
if float(x.find('192.168.78.')) > -1:
|
||||
ip_ok = True
|
||||
os.system('echo "-------------------------------- TEST - TEST -------------------------------------"')
|
||||
os.system('sh ./%s/testserver.sh')
|
||||
if not ip_ok:
|
||||
self.env.cr.execute("""
|
||||
|
||||
Reference in New Issue
Block a user