Onvif Profile S conformance support for event test cases #108
|
We are working on profile pass event related test cases using onvif tool version-25 but while running we are observing step-14 is getting failed EVENT-2-1-17-v14.12 BASIC NOTIFICATION INTERFACE - NOTIFY STEP 1 - Get Event service address STEP 2 - Get Event Properties Timeout of 60 seconds will be used STEP 3 - Creating listening server STEP 4 - Send Subscribe request STEP 5 - Check that the DUT returned Subscribe response STEP 6 - Check that CurrentTime is specified STEP 7 - Check that TerminationTime is specified STEP 8 - Check that TerminationTime and CurrentTime has reasonable values STEP 9 - Validate CurrentTime and TerminationTime STEP 10 - Check if the DUT returned SubscriptionReference STEP 11 - Check if SubscriptionReference contains address STEP 12 - Check that URL specified is valid STEP 13 - Set Synchronization Point STEP 14 - Wait for notification STEP 15 - Send Unsubscribe request STEP 16 - Wait until Subscription Manager is deleted by timeout TEST FAILED We understand some notification we have to send from camera to test we tried sending notificaiton but still getting failure oid send_notify(const char *consumer_url) snprintf(curl_cmd, sizeof(curl_cmd), fp = popen(curl_cmd, "r"); <SOAP-ENV:Envelope |

Hi @shivamverma-cmyk,
We apologize for the delayed response, and thank you for your patience.
Thank you for the detailed report.
We have seen similar behavior before — a failure at Step 14 (Wait for notification) — when an incorrect network interface is selected in the Device Test Tool (DTT).
Suggested check
Please open DTT → first tab (Discovery) and verify that the active IPv4 interface (the one currently in use) is selected.
After selecting the correct IPv4 connection, the test normally proceeds without errors.
If the issue persists
If selecting the correct interface does not resolve the problem,…