blob: 70961d74893e67a92348b5dde9b05e6ac4c4cf67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/bash
#############################################################
## !!! The original test_kvmfornfv.sh is removed because it
## break the verification process!!!
#############################################################
## This script will launch ubuntu docker container
## runs cyclictest through yardstick
## and verifies the test results.
############################################################
echo "Hello world"
|