diff options
author | Ed Kern <ejk@cisco.com> | 2019-05-01 13:40:36 -0600 |
---|---|---|
committer | Ed Kern <ejk@cisco.com> | 2019-05-01 13:40:36 -0600 |
commit | 9fdc1dc6445768e25029ded1263fcd2f47801612 (patch) | |
tree | 8e30aa270d1bbcca6b4a87ea054436b459a08ef4 /jjb/csit | |
parent | b988215454655edc3923bb2789a2b62f7eedada5 (diff) |
CSIT: added minion location aide
Added unfailable line to assist in locating
where minion is running
Change-Id: I017b6d53206f3024b4704ad22eabe65e383e7452
Signed-off-by: Ed Kern <ejk@cisco.com>
Diffstat (limited to 'jjb/csit')
-rw-r--r-- | jjb/csit/include-raw-csit-perf-verify.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/csit/include-raw-csit-perf-verify.sh b/jjb/csit/include-raw-csit-perf-verify.sh index 67007c4e6..b5026f4cd 100644 --- a/jjb/csit/include-raw-csit-perf-verify.sh +++ b/jjb/csit/include-raw-csit-perf-verify.sh @@ -8,6 +8,10 @@ if [[ ${GERRIT_EVENT_TYPE} == 'comment-added' ]]; then else TRIGGER='' fi + +# grep to see where minion is running +grep search /etc/resolv.conf || true + # Export test tags as string. export TEST_TAG_STRING=${TRIGGER#$"perftest"} |