Lines Matching +full:openbmc +full:- +full:test +full:- +full:automation
4 $ python3 collect_ffdc.py -h
10 -r, --remote TEXT Hostname/IP of the remote host
11 -u, --username TEXT Username of the remote host.
12 -p, --password TEXT Password of the remote host.
13 -port_ssh INTEGER SSH port value. [default: 22]
14 -port_https INTEGER HTTPS port value. [default: 443]
15 -port_ipmi INTEGER IPMI port value. [default: 623]
16 -c, --config TEXT YAML Configuration file for log collection. [default:
17 <local path>/openbmc-test-automation/ffdc/ffdc_config.yaml]
18 -l, --location TEXT Location to save logs [default: /tmp]
19 -t, --type TEXT OS type of the remote (targeting) host. BMC, RHEL,
21 -rp, --protocol TEXT Select protocol to communicate with remote host.
23 -e, --env_vars TEXT Environment variables e.g: {'var':value}
24 -ec, --econfig TEXT Predefine environment variables, refer
26 --log_level TEXT Log level (CRITICAL, ERROR, WARNING, INFO, DEBUG)
28 -h, --help Show this message and exit.