diff options
author | vrvarma <vv8305@att.com> | 2019-03-27 09:03:54 -0400 |
---|---|---|
committer | vrvarma <vv8305@att.com> | 2019-03-27 09:26:53 -0400 |
commit | ff08e67156aa736081d8b8671882cf78d3b6f668 (patch) | |
tree | a2a6fba3bbdf33cfebadc0c2786bd60ab4388fa1 /test/functest/simulators/start_sim.sh | |
parent | b5a14b3f7d9089966da964b461226c8db118950c (diff) |
Fix CSIT automated test jobs for osdf
Change-Id: Ief9fd977e1b443f65cc00c3168fae6f7c4764bd1
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-464
Diffstat (limited to 'test/functest/simulators/start_sim.sh')
-rwxr-xr-x | test/functest/simulators/start_sim.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functest/simulators/start_sim.sh b/test/functest/simulators/start_sim.sh new file mode 100755 index 0000000..1d17d65 --- /dev/null +++ b/test/functest/simulators/start_sim.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +cd /sim +python oof_dependencies_simulators.py > simulator-logs 2>&1
\ No newline at end of file |