Tag suites missing suite level tags

Changed:
  Added Test Tags on suite level to the suites that did not have tags.
With the tags it's easy to run all the tests, except of ones in
particular suites.

Tested:
  Ran robot, specified a directory (in another run it was top level
suite with --suite option), and passed a few --excluded with suite tags,
made sure the excluded suites did not run.

Change-Id: If902e4e26fb821e176037df39958ae161de6239e
Signed-off-by: Igor Kanyuka <ifelmail@gmail.com>
diff --git a/extended/test_bmc_reset_loop.robot b/extended/test_bmc_reset_loop.robot
index c94ca28..ca7b90f 100644
--- a/extended/test_bmc_reset_loop.robot
+++ b/extended/test_bmc_reset_loop.robot
@@ -14,6 +14,8 @@
 Test Teardown   Test Teardown Execution
 Suite Setup     Suite Setup Execution
 
+Test Tags       BMC_Reset_Loop
+
 *** Variables ***
 ${LOOP_COUNT}          ${50}
 ${CHECK_FOR_ERRORS}    ${1}