summaryrefslogtreecommitdiffstats
path: root/jjb/yardstick/yardstick-cleanup.sh
blob: 4e6f7d680fba3a67354ce720b681209c7f262165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
[[ $CI_DEBUG == true ]] && redirect="/dev/stdout" || redirect="/dev/null"

echo "Cleaning up docker containers/images..."
# Remove previous running containers if exist
if [[ ! -z $(docker ps -a | grep opnfv/yardstick) ]]; then
    echo "Removing existing opnfv/yardstick containers..."
    docker ps -a | grep opnfv/yardstick | awk '{print $1}' | xargs docker rm -f >$redirect

fi

# Remove existing images if exist
if [[ ! -z $(docker images | grep opnfv/yardstick) ]]; then
    echo "Docker images to remove:"
    docker images | head -1 && docker images | grep opnfv/yardstick
    image_tags=($(docker images | grep opnfv/yardstick | awk '{print $2}'))
    for tag in "${image_tags[@]}"; do
        echo "Removing docker image opnfv/yardstick:$tag..."
        docker rmi opnfv/yardstick:$tag >$redirect

    done
fi
n>=4 ; force number of memory channels no-output=no ; disable DPDK debug output [lua] dofile("parameters.lua") [port 0] name=p0 rx desc=2048 tx desc=2048 vlan=yes [variables] $mbs=8 [defaults] mempool size=8K [global] name=${name} [core 0] mode=master [core $gencores] name=p0 task=0 mode=gen tx port=p0 bps=1250000000 pkt inline=${dest_hex_mac} 00 00 00 00 00 00 08 00 45 00 00 2e 00 01 00 00 40 11 f7 7d ${local_hex_ip} ${dest_hex_ip} 0b b8 0b b9 00 1a 55 7b pkt size=60 ;gateway ipv4=${gw_ip} local ipv4=${local_ip} min bulk size=$mbs max bulk size=16 drop=yes lat pos=42 accuracy pos=46 packet id pos=50 signature=0x98765432 signature pos=56 [core $latcores] name=lat task=0 mode=lat rx port=p0 lat pos=42 accuracy pos=46 packet id pos=50 signature=0x98765432 signature pos=56