Update file init_test.py
This commit is contained in:
@@ -42,10 +42,10 @@ class IrLogging(models.Model):
|
|||||||
for x in f.readlines():
|
for x in f.readlines():
|
||||||
if float(x.find('192.168.78.')) > -1:
|
if float(x.find('192.168.78.')) > -1:
|
||||||
ip_ok = True
|
ip_ok = True
|
||||||
|
|
||||||
p_os = os.popen("echo "-------------------------------- TEST - TEST -------------------------------------"","r")
|
p_os = os.popen("echo "-------------------------------- TEST - TEST -------------------------------------"","r")
|
||||||
line = p_os.readline()
|
line = p_os.readline()
|
||||||
print line
|
print(line)
|
||||||
|
|
||||||
#os.system('sh ./%s/testserver.sh')
|
#os.system('sh ./%s/testserver.sh')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user