fix issue with test and enable tags for nightly jobs

Change-Id: I693ade142b828724934f3108e80804ed76765e39
diff --git a/tests/functional/Voltha_ErrorScenarios.robot b/tests/functional/Voltha_ErrorScenarios.robot
index 97299ac..cdfe807 100644
--- a/tests/functional/Voltha_ErrorScenarios.robot
+++ b/tests/functional/Voltha_ErrorScenarios.robot
@@ -81,7 +81,7 @@
 Test Disable different device id which is not in the device list
     [Documentation]    Disable a device id which is not listed in the voltctl device list
     ...    command and ensure that error message is shown.
-    [Tags]    VOL-2412
+    [Tags]    functional    DisableInvalidDevice    VOL-2412
     [Setup]    None
     [Teardown]    None
     ${rc}  ${output}=    Run and Return Rc and Output    ${VOLTCTL_CONFIG}; voltctl device list -o json
@@ -102,5 +102,4 @@
     List Should Not Contain Value    ${ids}    ${fakeDeviceId}
     #Disable fake device id
     ${rc}  ${output}=    Run and Return Rc and Output    ${VOLTCTL_CONFIG}; voltctl device disable ${fakeDeviceId}
-    Should Be Equal As Strings    ${output}     Error while disabling '${fakeDeviceId}': NOTFOUND: ${fakeDeviceId}
-
+    Should Contain    ${output}     Error while disabling '${fakeDeviceId}': rpc error: code = NotFound desc