diff options
Diffstat (limited to 'run_status.py')
-rw-r--r-- | run_status.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run_status.py b/run_status.py new file mode 100644 index 0000000..cf36cb6 --- /dev/null +++ b/run_status.py @@ -0,0 +1,3 @@ +from onaptests.scenario.status import Status +status=Status(dir_result="src") +status.run()
\ No newline at end of file |