diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-29 13:37:57 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-29 13:37:57 +0800 |
commit | e9def157df2a7ebe2a29a45aaad55fb5be220d21 (patch) | |
tree | 57c74d326a549bbad14a0424ad9b8a23d119e5e2 | |
parent | 833f4a239be750e0ec8faeb0fa6400fc69a04134 (diff) |
Fix vfc-vnflcm csit failure
Change-Id: I69841fda53421e2f4c4ed19f18ea84a082884ba9
Issue-ID: VFC-859
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r-- | lcm/assembly.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lcm/assembly.xml b/lcm/assembly.xml index 7dcbc486..3c2cd329 100644 --- a/lcm/assembly.xml +++ b/lcm/assembly.xml @@ -27,6 +27,7 @@ <includes> <include>**/*.py</include> <include>**/*.json</include> + <include>**/*.yml</include> </includes> </fileSet> <fileSet> |