d80ad455fc
CLI tests moved to python-muranoclient. It is safe to remove them from this repo now. Change-Id: I5f740817d5eac5bfba5ef5c52be273f1d5d68765
6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./run_tests_common.sh
|
|
|
|
nosetests -sv ../murano/tests/functional/api/v1
|