From 78954ca39f34f938c74d4a536044e1321b54043c Mon Sep 17 00:00:00 2001 From: "zhifeng.jiang" Date: Sat, 10 Sep 2016 23:34:31 +0800 Subject: Fix test cases yaml schema unit test problem,now host ip allow empty. Change-Id: I71b9a76c8ec470cce2af3ae47ae1fe232d1e3a22 Signed-off-by: zhifeng.jiang --- tests/schema/test_bm_schema.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 -- cgit 1.2.3-korg