From 0dfdd32f07fce3d5677c22e0df91ddfdc27a227a Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 15 Apr 2016 14:46:21 +0200 Subject: Topology schema - fix Honeycomb part of the topology schema - add topology file checking using pykwalify before tests are started Change-Id: I907d41b66f5660a2ab4de8857312e9277052bae6 Signed-off-by: Tibor Frank --- resources/topology_schemas/topology.sch.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/topology_schemas/topology.sch.yaml b/resources/topology_schemas/topology.sch.yaml index 1c20055e0f..1b16616ccb 100644 --- a/resources/topology_schemas/topology.sch.yaml +++ b/resources/topology_schemas/topology.sch.yaml @@ -124,10 +124,12 @@ schema;type_dut: type: map mapping: <<: *type_node_mapping - honeycomb: - <<: *type_honeycomb_mapping type: <<: *type_node_mapping_type enum: [DUT] + honeycomb: + type: map + mapping: + <<: *type_honeycomb_mapping # vim: sw=2:sts=2 -- cgit 1.2.3-korg