File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,6 @@ OPENBMC:
85
85
- " killall -s SIGUSR1 phosphor-fan-monitor; sleep 5"
86
86
- " cat /var/lib/phosphor-software-manager/pnor/rw/DEVTREE >
87
87
/tmp/DEVTREE"
88
- - " cat /home/root/bmcweb_persistent_data.json >
89
- /tmp/bmcweb_persistent_data.json"
90
88
- " /usr/bin/vpd-tool -i > /tmp/vpd-inventory.txt"
91
89
FILES :
92
90
- " /tmp/BMC_flash_side.txt"
@@ -114,7 +112,6 @@ OPENBMC:
114
112
- " /tmp/fan_control_dump.json"
115
113
- " /tmp/fan_monitor_dump.json"
116
114
- " /tmp/DEVTREE"
117
- - " /tmp/bmcweb_persistent_data.json"
118
115
- " /tmp/vpd-inventory.txt"
119
116
PROTOCOL :
120
117
- " SSH"
Original file line number Diff line number Diff line change 99
99
+ " org.open_power.OCC.Status OccActive) done > /tmp/OCC_state.txt"
100
100
" 2>&1"
101
101
),
102
- "bmcweb_persistent_data.json" : (
103
- "cat /home/root/bmcweb_persistent_data.json"
104
- + " > /tmp/bmcweb_persistent_data.json"
105
- ),
106
102
"GUARD_list.txt" : "guard -l > /tmp/GUARD_list.txt 2>&1" ,
107
103
"fan_control_dump.json" : "fanctl dump; sleep 5" ,
108
104
"fan_monitor_dump.json" : "killall -s SIGUSR1 phosphor-fan-monitor; sleep 5" ,
You can’t perform that action at this time.
0 commit comments