Skip to content

Commit 51c919c

Browse files
sattagconnell
authored andcommitted
update URL for integration test dataset
1 parent 67ac5e5 commit 51c919c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_test/test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PORT="${PORT-9123}"
1919
BASEDIR="${BASEDIR-/tmp}"
2020
SKIP_CLEANUP="${SKIP_CLEANUP}"
2121
SANITIZE="${SANITIZE}"
22-
PCAP_URL="ftp://ftp.ll.mit.edu/outgoing/darpa/data/2000/LLS_DDOS_1.0/data_and_labeling/tcpdump_inside/LLS_DDOS_1.0-inside.dump.gz"
22+
PCAP_URL="https://archive.ll.mit.edu/ideval/data/2000/LLS_DDOS_1.0/data_and_labeling/tcpdump_inside/LLS_DDOS_1.0-inside.dump.gz"
2323

2424
set -e
2525
cd $(dirname $0)
@@ -28,7 +28,7 @@ source ../lib.sh
2828
function PullDownTestData {
2929
if [ ! -f $BASEDIR/steno_integration_test.pcap ]; then
3030
Info "Pulling down pcap data"
31-
curl -L "$PCAP_URL" > $BASEDIR/steno_integration_test.pcap.gz
31+
curl -k -L "$PCAP_URL" > $BASEDIR/steno_integration_test.pcap.gz
3232
gunzip $BASEDIR/steno_integration_test.pcap.gz
3333
fi
3434
}

0 commit comments

Comments
 (0)