From ffba775fa2328f8d8cd5069df888a6bb07f25ff0 Mon Sep 17 00:00:00 2001 From: haricharan-jaka Date: Tue, 30 Aug 2022 10:50:50 +0530 Subject: [PATCH] Added Lab_info schema check file which validates every thing that shold be present in the schema Signed-off-by: haricharan-jaka --- libs/tip_2x/schemacheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tip_2x/schemacheck.py b/libs/tip_2x/schemacheck.py index 62307392a..917ea96e7 100644 --- a/libs/tip_2x/schemacheck.py +++ b/libs/tip_2x/schemacheck.py @@ -600,4 +600,4 @@ if __name__ == '__main__': obj.target_check() obj.controller_check() obj.dut_values_check() - obj.traffic_generator_keys_check() + obj.traffic_generator_keys_check() \ No newline at end of file