diff options
author | Dan Timoney <dtimoney@att.com> | 2021-05-14 14:52:24 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-05-17 14:05:19 -0400 |
commit | 1ab7133b8e2fcbda0e4ac3f2e69790506b79b952 (patch) | |
tree | 9a7c0f64d2821377a24c115c6eeb96f30ee6e189 /csit/.gitignore | |
parent | a07e237412fc8b5fd7f1cc79909320a69a977306 (diff) |
Add CSIT test cases to sdnc/oam repo
Refactored csit tests currently in integration/csit and moved them as
part of sdnc/oam project so that we can trigger csit tests as part of
our docker builds.
Change-Id: I3acd25c7a6f1bc0ea9b2a2bd756cedc5fb2bf701
Issue-ID: SDNC-1545
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 16a6e0ea52a4a681ed2799612e310c867e720a61
Diffstat (limited to 'csit/.gitignore')
-rw-r--r-- | csit/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/csit/.gitignore b/csit/.gitignore new file mode 100644 index 00000000..fbc74b3d --- /dev/null +++ b/csit/.gitignore @@ -0,0 +1,3 @@ +env.properties +config/mount.xml +archives/ |