openMMC
Open Source Modular MMC for AMCs
Loading...
Searching...
No Matches
run_cmd Namespace Reference

Variables

 parser = argparse.ArgumentParser()
 
 help
 
 default
 
 required
 
 nargs
 
 args = parser.parse_args()
 
list ipmi_cmd = ['ipmitool']
 
 p = subprocess.Popen(ipmi_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
 
 out
 
 err
 
str model = ' 0a 02 05 50 02 1f 5a 31 00 01 01\n'
 

Variable Documentation

◆ args

run_cmd.args = parser.parse_args()

◆ default

run_cmd.default

◆ err

run_cmd.err

◆ help

run_cmd.help

◆ ipmi_cmd

list run_cmd.ipmi_cmd = ['ipmitool']

◆ model

str run_cmd.model = ' 0a 02 05 50 02 1f 5a 31 00 01 01\n'

◆ nargs

run_cmd.nargs

◆ out

run_cmd.out

◆ p

run_cmd.p = subprocess.Popen(ipmi_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)

◆ parser

run_cmd.parser = argparse.ArgumentParser()

◆ required

run_cmd.required