Update Intel Copyright for files edited in 2019
[yardstick.git] / yardstick / benchmark / scenarios / networking / sfc_server.bash
1 #!/bin/bash
2 ##############################################################################
3 # Copyright (c) 2017 Ericsson AB and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 set -e
12
13 #service iptables stop
14 python -m SimpleHTTPServer 80 > /dev/null 2>&1 &
15 touch index.html
16 echo "WORKED" >> index.html