]> git.proxmox.com Git - ceph.git/blame - ceph/qa/workunits/suites/wac.sh
update download target update for octopus release
[ceph.git] / ceph / qa / workunits / suites / wac.sh
CommitLineData
11fdf7f2 1#!/usr/bin/env bash
7c673cae
FG
2
3set -ex
4
5wget http://download.ceph.com/qa/wac.c
6gcc -o wac wac.c
7set +e
8timeout 5m ./wac -l 65536 -n 64 -r wac-test
9RET=$?
10set -e
11[[ $RET -eq 124 ]]
12echo OK