diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-29 13:37:04 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-29 13:37:04 +0800 |
commit | 880e19b3003af3b6fb703c9c8480c3b20fc79303 (patch) | |
tree | 7ec8ad4e84536ac5709d2bc72c9709fd4943bbcb /mgr | |
parent | 56ab2de5d220c9dd69b98acf2533b5eb1a56dade (diff) |
Fix vfc-vnfmgr csit failure
Change-Id: I933780860e691ba073988f563aff27deb03f0f7f
Issue-ID: VFC-859
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'mgr')
-rw-r--r-- | mgr/assembly.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mgr/assembly.xml b/mgr/assembly.xml index 7535d59..ce1b51f 100644 --- a/mgr/assembly.xml +++ b/mgr/assembly.xml @@ -27,6 +27,7 @@ <includes> <include>**/*.py</include> <include>**/*.json</include> + <include>**/*.yml</include> </includes> </fileSet> <fileSet> |