Issue-ID: INT-889
Change-Id: I1833c0a125c5397c8142a1c667e98bfb575ca56a
Signed-off-by: krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com>
 *** Settings ***
 Documentation   HV-VES 'Sunny Scenario' Robot Framwork test - message is sent to the collector and Kafka topic is checked if the message has been published.
-Default Tags    HVVES
+Default Tags    HVVES   ete
 Test Timeout    10s
 Resource    ${EXECDIR}/robot/resources/global_properties.robot
 Resource    ${EXECDIR}/robot/resources/test_templates/hvves_template.robot
 
 
 Create A&AI antry without SO and succesfully registrate PNF, PNF entry contains: correlation ID, PNF_IPv4_address and PNF_IPv6_address
      [Documentation]  This test is checking creation A&AI entry without SO and succesfull PNF registration
-     [Tags]   pnf_registrate
+     [Tags]   pnf_registrate   ete
      [Setup]    Initialize PNF entry with correlation ID, PNF_IPv4_address and PNF_IPv6_address
      Create A&AI antry without SO and succesfully registrate PNF  ${PNF_entry_dict}
      [Teardown]  Cleanup PNF entry in A&AI  ${PNF_entry_dict}