The system test write with ginkgo

The tests can be filter by --focus and --skip to fit different test
target. Also be able to set global options and cmd options by export
it to ENV to fit different test matrix.

Signed-off-by: Yiqiao Pu <ypu@redhat.com>
This commit is contained in:
Yiqiao Pu
2018-10-29 14:56:23 +08:00
parent 74bcfc2f96
commit a7122d68de
5 changed files with 291 additions and 1 deletions

View File

@ -7,6 +7,7 @@ import (
"io/ioutil"
"os"
"os/exec"
"runtime"
"strings"
"time"