HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
ftest_popen.py File Reference

Go to the source code of this file.

Namespaces

 ftests.ftest_popen
 

Variables

string ftests.ftest_popen.stdinStr = 'one\ntwo\nthree\nfour\nfive\nsix\n'
 
 ftests.ftest_popen.s = time.time()
 
string ftests.ftest_popen.cmd = 'cd /home/bgv/hce-node-bundle/api/python/bin && ./scraper.py --config=../ini/scraper.ini'
 
 ftests.ftest_popen.process = Popen(cmd, stdout=PIPE, stdin=PIPE, stderr=PIPE, shell=True, close_fds=True)
 
 ftests.ftest_popen.output
 
 ftests.ftest_popen.err
 
 ftests.ftest_popen.input
 
 ftests.ftest_popen.exit_code = process.wait()