VOL-2947 Remove Announcer pod from tests

Change-Id: I2c08db77c77d982b868c5911b5ef40a72d9867f1
diff --git a/tests/functional/K8S_SystemTest.robot b/tests/functional/K8S_SystemTest.robot
index 74f8ad5..c6059fa 100644
--- a/tests/functional/K8S_SystemTest.robot
+++ b/tests/functional/K8S_SystemTest.robot
@@ -41,10 +41,8 @@
 ECTD Scale Test
     [Documentation]    Perform the sanity test if some ETCD endpoints crash
     [Tags]    functional    bbsim
-    [Setup]    Run Keywords    Announce Message    START TEST SanityTest
-    ...        AND             Setup
+    [Setup]    Setup
     [Teardown]    Run Keywords    Collect Logs
-    ...           AND             Announce Message    END TEST SanityTest
     ...           AND    Teardown Suite
     ${current_size}=    Get ETCD Running Size    voltha
     Pass Execution If    '${current_size}' != '${desired_ETCD_cluster_size}'