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
ftests.ftest_popen Namespace Reference

Variables

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

Variable Documentation

◆ cmd

string ftests.ftest_popen.cmd = 'cd /home/bgv/hce-node-bundle/api/python/bin && ./scraper.py --config=../ini/scraper.ini'

Definition at line 35 of file ftest_popen.py.

◆ err

ftests.ftest_popen.err

Definition at line 38 of file ftest_popen.py.

◆ exit_code

ftests.ftest_popen.exit_code = process.wait()

Definition at line 40 of file ftest_popen.py.

◆ input

ftests.ftest_popen.input

Definition at line 38 of file ftest_popen.py.

◆ output

ftests.ftest_popen.output

Definition at line 38 of file ftest_popen.py.

◆ process

ftests.ftest_popen.process = Popen(cmd, stdout=PIPE, stdin=PIPE, stderr=PIPE, shell=True, close_fds=True)

Definition at line 37 of file ftest_popen.py.

◆ s

ftests.ftest_popen.s = time.time()

Definition at line 23 of file ftest_popen.py.

◆ stdinStr

string ftests.ftest_popen.stdinStr = 'one\ntwo\nthree\nfour\nfive\nsix\n'

Definition at line 16 of file ftest_popen.py.