8202581: failure_handler: gather more environment information on macOS
authoramlu
Tue, 08 May 2018 12:37:39 +0800
changeset 50044 2566ad726765
parent 50043 2d1952d4d067
child 50045 d9d55f64d136
8202581: failure_handler: gather more environment information on macOS Reviewed-by: psandoz
test/failure_handler/src/share/conf/mac.properties
--- a/test/failure_handler/src/share/conf/mac.properties	Tue May 08 09:51:42 2018 +0800
+++ b/test/failure_handler/src/share/conf/mac.properties	Tue May 08 12:37:39 2018 +0800
@@ -76,7 +76,9 @@
   system.dmesg system.sysctl \
   process.ps process.top \
   memory.vmstat \
-  netstat.av netstat.aL netstat.m netstat.s
+  netstat.av netstat.aL netstat.m netstat.s \
+  ifconfig \
+  scutil.nwi scutil.proxy
 ################################################################################
 users.current.app=id
 users.current.args=-a
@@ -107,4 +109,11 @@
 netstat.aL.args=-aL
 netstat.m.args=-m
 netstat.s.args=-s
+
+ifconfig.app=ifconfig
+ifconfig.args=-a
+
+scutil.app=scutil
+scutil.nwi.args=--nwi
+scutil.proxy.args=--proxy
 ################################################################################