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 @@ -77,7 +77,7 @@ environment=\
7777 memory.vmstat.slabinfo memory.vmstat.disk \
7878 files \
7979 locks \
80- net.sockets net.statistics net.ifconfig \
80+ net.sockets net.statistics net.ifconfig net.hostsfile \
8181 screenshot
8282# ###############################################################################
8383users.current.app =id
@@ -124,6 +124,9 @@ net.statistics.args=-sv
124124net.ifconfig.app =ifconfig
125125net.ifconfig.args =-a
126126
127+ net.hostsfile.app =cat
128+ net.hostsfile.args =/etc/hosts
129+
127130screenshot.app =bash
128131screenshot.args =-c\0\
129132 echo '\
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ environment=\
8383 process.ps process.top \
8484 memory.vmstat \
8585 files \
86- net.netstat.av net.netstat.aL net.netstat.m net.netstat.s net.ifconfig \
86+ net.netstat.av net.netstat.aL net.netstat.m net.netstat.s net.ifconfig net.hostsfile \
8787 scutil.nwi scutil.proxy \
8888 screenshot
8989# ###############################################################################
@@ -125,6 +125,9 @@ net.netstat.s.args=-s
125125net.ifconfig.app =ifconfig
126126net.ifconfig.args =-a
127127
128+ net.hostsfile.app =cat
129+ net.hostsfile.args =/etc/hosts
130+
128131scutil.app =scutil
129132scutil.nwi.args =--nwi
130133scutil.proxy.args =--proxy
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ environment=\
7272 memory.free memory.vmstat.default memory.vmstat.statistics \
7373 memory.vmstat.slabinfo memory.vmstat.disk \
7474 files \
75- net.sockets net.statistics net.ipconfig \
75+ net.sockets net.statistics net.ipconfig net.hostsfile \
7676 screenshot
7777# ###############################################################################
7878users.current.app =id
@@ -121,6 +121,10 @@ net.statistics.args=-s -e
121121net.ipconfig.app =ipconfig
122122net.ipconfig.args =/all
123123
124+ net.hostsfile.app =bash
125+ net.hostsfile.args.delimiter =\0
126+ net.hostsfile.args =-c\0cat $WINDIR/System32/drivers/etc/hosts
127+
124128screenshot.app =bash
125129screenshot.args =-c\0\
126130 echo '\
You can’t perform that action at this time.
0 commit comments