aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/scenarios/networking/sfc_server.bash
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/benchmark/scenarios/networking/sfc_server.bash')
-rwxr-xr-xyardstick/benchmark/scenarios/networking/sfc_server.bash5
1 files changed, 5 insertions, 0 deletions
diff --git a/yardstick/benchmark/scenarios/networking/sfc_server.bash b/yardstick/benchmark/scenarios/networking/sfc_server.bash
new file mode 100755
index 000000000..e9b34e032
--- /dev/null
+++ b/yardstick/benchmark/scenarios/networking/sfc_server.bash
@@ -0,0 +1,5 @@
+#!/bin/bash
+set -e
+
+service iptables stop
+python -m SimpleHTTPServer 80