diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-29 13:34:21 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-29 13:34:21 +0800 |
commit | 42a294ce4392702e7ef9d1a8ceb1dc7cb0415584 (patch) | |
tree | 51a82a2d6951d8d48a7516166e7d8af5b45d1067 | |
parent | 8fe190b5eceff089ab6ce2b2ce33d1bf6c030316 (diff) |
Fix vfc-vnfres csit failure
Change-Id: I9447270efbc27fdb1bbb266c0719a2e202e4a140
Issue-ID: VFC-859
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r-- | res/assembly.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/assembly.xml b/res/assembly.xml index 1e87a78..7c1b050 100644 --- a/res/assembly.xml +++ b/res/assembly.xml @@ -29,6 +29,7 @@ <includes> <include>**/*.py</include> <include>**/*.json</include> + <include>**/*.yml</include> </includes> </fileSet> <fileSet> |