Add tools directory test cases generation
Resolves openbmc/openbmc-test-automation#674
Change-Id: I949c9991684f73f9851e41742475b8093454688f
Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
diff --git a/tools/generate_test_document b/tools/generate_test_document
index df92383..9970dfa 100755
--- a/tools/generate_test_document
+++ b/tools/generate_test_document
@@ -60,6 +60,7 @@
python -m robot.testdoc systest systestdirectoryTCdocs.html || ret_code=1
python -m robot.testdoc xcat xcatdirectoryTCdocs.html || ret_code=1
python -m robot.testdoc mnfg mnfgdirectoryTCdocs.html || ret_code=1
+ python -m robot.testdoc tools toolsdirectoryTCdocs.html || ret_code=1
return ${ret_code}
}