diff options
author | DR695H <dr695h@att.com> | 2019-07-26 16:42:36 -0400 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-07-29 21:17:12 +0000 |
commit | c0cf6a4765212cc66e364fa0eb43a2447366ce5b (patch) | |
tree | 2c06f76cf4e4767ec9193d1e956e60e4c0b78120 /dnstraffic.sh | |
parent | 48f75c98969feebfb151d469b5cb70054f2493c3 (diff) |
renaming openecomp to onap
Issue-ID: TEST-27
Change-Id: I8449025f1032719f04d0e283e12d9f9bc75542b7
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'dnstraffic.sh')
-rwxr-xr-x | dnstraffic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dnstraffic.sh b/dnstraffic.sh index 808a7b53..f4bf97be 100755 --- a/dnstraffic.sh +++ b/dnstraffic.sh @@ -28,7 +28,7 @@ for iter in `seq 1 $ITERATIONS`; do for i in `seq 1 $RATE_PER_SEC`; do - nslookup -timeout=1 host2.dnsdemo.openecomp.org $DNSIP >/dev/null 2>&1 & + nslookup -timeout=1 host2.dnsdemo.onap.org $DNSIP >/dev/null 2>&1 & done sleep 1 done |