File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
test/failure_handler/src/share/conf Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ environment=\
8080 memory.vmstat.slabinfo memory.vmstat.disk \
8181 files \
8282 locks \
83- net.sockets net.statistics net.ifconfig \
83+ net.sockets net.statistics net.ifconfig net.hostsfile \
8484 screenshot
8585# ###############################################################################
8686users.current.app =id
@@ -127,6 +127,9 @@ net.statistics.args=-sv
127127net.ifconfig.app =ifconfig
128128net.ifconfig.args =-a
129129
130+ net.hostsfile.app =cat
131+ net.hostsfile.args =/etc/hosts
132+
130133screenshot.app =bash
131134screenshot.args =-c\0\
132135 echo '\
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ environment=\
8989 process.ps process.top \
9090 memory.vmstat \
9191 files \
92- net.netstat.av net.netstat.aL net.netstat.m net.netstat.s net.ifconfig \
92+ net.netstat.av net.netstat.aL net.netstat.m net.netstat.s net.ifconfig net.hostsfile \
9393 scutil.nwi scutil.proxy \
9494 screenshot
9595# ###############################################################################
@@ -131,6 +131,9 @@ net.netstat.s.args=-s
131131net.ifconfig.app =ifconfig
132132net.ifconfig.args =-a
133133
134+ net.hostsfile.app =cat
135+ net.hostsfile.args =/etc/hosts
136+
134137scutil.app =scutil
135138scutil.nwi.args =--nwi
136139scutil.proxy.args =--proxy
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ environment=\
7575 memory.free memory.vmstat.default memory.vmstat.statistics \
7676 memory.vmstat.slabinfo memory.vmstat.disk \
7777 files \
78- net.sockets net.statistics net.ipconfig \
78+ net.sockets net.statistics net.ipconfig net.hostsfile \
7979 screenshot
8080# ###############################################################################
8181users.current.app =id
@@ -125,6 +125,10 @@ net.statistics.args=-s -e
125125net.ipconfig.app =ipconfig
126126net.ipconfig.args =/all
127127
128+ net.hostsfile.app =bash
129+ net.hostsfile.args.delimiter =\0
130+ net.hostsfile.args =-c\0cat $WINDIR/System32/drivers/etc/hosts
131+
128132screenshot.app =bash
129133screenshot.args =-c\0\
130134 echo '\
You can’t perform that action at this time.
0 commit comments