vsperf: Initial integration with VSPERF
[yardstick.git] / yardstick / benchmark / scenarios / networking / sfc_pre_setup.bash
1 #!/bin/bash
2 set -e
3
4 # download and create image
5 wget https://www.dropbox.com/s/focu44sh52li7fz/sfc_cloud.qcow2
6 glance image-create --name sfc --disk-format qcow2 --container-format bare --file sfc_cloud.qcow2
7
8 #create flavor
9 nova flavor-create --is-public true sfc_custom 666 1000 5 2