aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/scenarios/networking/sfc_server.bash
blob: 41ad92188b81c73eddff93ba27ae02fea0e4e184 (plain)
1
2
3
4
5
6
7
#!/bin/bash
set -e

#service iptables stop
python -m SimpleHTTPServer 80 > /dev/null 2>&1 &
touch index.html
echo "WORKED" >> index.html