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/systest/collection/bmc_collect_esels.robot b/systest/collection/bmc_collect_esels.robot
index bbf35d2..55e436d 100644
--- a/systest/collection/bmc_collect_esels.robot
+++ b/systest/collection/bmc_collect_esels.robot
@@ -11,6 +11,8 @@
 Suite Teardown      Suite Teardown Execution
 Test Setup          Printn
 
+Test Tags           BMC_Collect_Esels
+
 *** Variables ***
 ${QUIET}                       ${1}
 ${error_logs_flagged_rest}     Rest error log collection excluded
diff --git a/systest/collection/bmc_collect_sensors.robot b/systest/collection/bmc_collect_sensors.robot
index 7cac40f..b9c0fe8 100644
--- a/systest/collection/bmc_collect_sensors.robot
+++ b/systest/collection/bmc_collect_sensors.robot
@@ -13,6 +13,8 @@
 Suite Teardown      Suite Teardown Execution
 Test Setup          Printn
 
+Test Tags           BMC_Collect_Sensors
+
 *** Variables ***
 ${QUIET}                     ${1}
 ${sensors_values_rest}       Rest sensors collection excluded
diff --git a/systest/collection/bmc_collect_vpd_and_hw_status.robot b/systest/collection/bmc_collect_vpd_and_hw_status.robot
index e2a19c5..cf003f3 100644
--- a/systest/collection/bmc_collect_vpd_and_hw_status.robot
+++ b/systest/collection/bmc_collect_vpd_and_hw_status.robot
@@ -11,6 +11,8 @@
 Suite Teardown      Suite Teardown Execution
 Test Setup          Printn
 
+Test Tags           BMC_Collect_VPD_And_HW_Status
+
 *** Variables ***
 ${QUIET}  ${1}
 ${rest_collected_values}  Rest collection excluded