diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport index e13d839dcd0e12279964d85e865bfce62eedc56a..557ca6ce2bc83179a02a32ef2a9bfe7b41f2fb45 100644 --- a/contrib/scripts/autosupport +++ b/contrib/scripts/autosupport @@ -22,6 +22,7 @@ fi echo echo "This will gather information about your system such as:" echo "pci listing, dmesg, running processes, and kernel version" +echo "This may take up to half a minute to run. Please be patient." echo "To continue press 'y', to quit press any other key" read ans @@ -100,6 +101,13 @@ if [ "$ans" = "y" ]; then echo >> $OUTPUT; echo >> $OUTPUT; + echo "------------------" >> $OUTPUT; + echo "ZTTEST" >> $OUTPUT; + echo "------------------" >> $OUTPUT; + /usr/src/zaptel/zttest -c 20 >> $OUTPUT; + echo >> $OUTPUT; + echo >> $OUTPUT; + else echo "terminated"; exit