diff options
author | zhifeng.jiang <jiang.zhifeng@zte.com.cn> | 2016-09-14 01:20:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-14 01:20:10 +0000 |
commit | 71a90a847b684d89922b711fbff41e02f7c30a1c (patch) | |
tree | 144592e38145bab2cd15026420d9b57d396f679a | |
parent | 24fb9919ed33957c6ce5bea8eeb4ba82b4717678 (diff) | |
parent | 78954ca39f34f938c74d4a536044e1321b54043c (diff) |
Merge "Fix test cases yaml schema unit test problem,now host ip allow empty."
-rw-r--r-- | tests/schema/test_bm_schema.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/schema/test_bm_schema.yaml b/tests/schema/test_bm_schema.yaml index 740725f5..a7c27e3f 100644 --- a/tests/schema/test_bm_schema.yaml +++ b/tests/schema/test_bm_schema.yaml @@ -45,6 +45,7 @@ mapping: type: str ip: type: str + allowempty: True pw: type: str allowempty: True |