diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-14 15:18:09 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-09-14 15:53:43 -0700 |
commit | 290fe9848e7d8bdbbab5a93fb69f0a3b674c2e5d (patch) | |
tree | 5b44a0cc267435d1f8fdd3ac3b12211f373405b1 /.gitignore | |
parent | 2ca2b9f6f36b8a1698ce162abac53a5cb3c2856e (diff) |
Add testsuite python utils to CSIT
Change-Id: Id80ac4b33710d0c1cdd9249d9f0c3f4d78a81d27
Issue-ID: INT-200
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f3b07b8d9..ed95eabcc 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ env.properties .vagrant *~ .checkstyle +test/testsuite/ |