summaryrefslogtreecommitdiff
path: root/test/regression/rtsp_test
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/rtsp_test')
-rw-r--r--test/regression/rtsp_test/netx_rtsp_api_test.c11
-rw-r--r--test/regression/rtsp_test/netx_rtsp_client_timeout_test.c11
-rw-r--r--test/regression/rtsp_test/netx_rtsp_delete_beforehand_test.c11
-rw-r--r--test/regression/rtsp_test/netx_rtsp_error_response_test.c11
-rw-r--r--test/regression/rtsp_test/netx_rtsp_multiple_clients_test.c11
-rw-r--r--test/regression/rtsp_test/netx_rtsp_multiple_request_test.c11
-rw-r--r--test/regression/rtsp_test/netx_rtsp_rtp_basic_test.c11
-rw-r--r--test/regression/rtsp_test/netx_rtsp_rtp_ipv6_basic_test.c11
-rw-r--r--test/regression/rtsp_test/netx_rtsp_rtp_ipv6_multicast_test.c11
-rw-r--r--test/regression/rtsp_test/netx_rtsp_rtp_multicast_test.c11
10 files changed, 110 insertions, 0 deletions
diff --git a/test/regression/rtsp_test/netx_rtsp_api_test.c b/test/regression/rtsp_test/netx_rtsp_api_test.c
index 24069021..ba38e469 100644
--- a/test/regression/rtsp_test/netx_rtsp_api_test.c
+++ b/test/regression/rtsp_test/netx_rtsp_api_test.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 Eclipse ThreadX contributors */
+/* */
+/* This program and the accompanying materials are made available under */
+/* the terms of the MIT License which is available at */
+/* https://opensource.org/licenses/MIT. */
+/* */
+/* SPDX-License-Identifier: MIT */
+/***************************************************************************/
+
#include "tx_api.h"
#include "nx_api.h"
#include "netxtestcontrol.h"
diff --git a/test/regression/rtsp_test/netx_rtsp_client_timeout_test.c b/test/regression/rtsp_test/netx_rtsp_client_timeout_test.c
index d164d577..7040dfb5 100644
--- a/test/regression/rtsp_test/netx_rtsp_client_timeout_test.c
+++ b/test/regression/rtsp_test/netx_rtsp_client_timeout_test.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 Eclipse ThreadX contributors */
+/* */
+/* This program and the accompanying materials are made available under */
+/* the terms of the MIT License which is available at */
+/* https://opensource.org/licenses/MIT. */
+/* */
+/* SPDX-License-Identifier: MIT */
+/***************************************************************************/
+
/* This case tests:
1. Client 0 and client 1 connect to RTSP server;
2. CLient 2 tries to connect to RTSP server but fails because the NX_RTSP_SERVER_MAX_CLIENTS is 2;
diff --git a/test/regression/rtsp_test/netx_rtsp_delete_beforehand_test.c b/test/regression/rtsp_test/netx_rtsp_delete_beforehand_test.c
index fd23fc1e..4079a050 100644
--- a/test/regression/rtsp_test/netx_rtsp_delete_beforehand_test.c
+++ b/test/regression/rtsp_test/netx_rtsp_delete_beforehand_test.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 Eclipse ThreadX contributors */
+/* */
+/* This program and the accompanying materials are made available under */
+/* the terms of the MIT License which is available at */
+/* https://opensource.org/licenses/MIT. */
+/* */
+/* SPDX-License-Identifier: MIT */
+/***************************************************************************/
+
/* This case tests RTSP with RTP. */
#include "tx_api.h"
#include "nx_api.h"
diff --git a/test/regression/rtsp_test/netx_rtsp_error_response_test.c b/test/regression/rtsp_test/netx_rtsp_error_response_test.c
index fa331ec4..00f896f1 100644
--- a/test/regression/rtsp_test/netx_rtsp_error_response_test.c
+++ b/test/regression/rtsp_test/netx_rtsp_error_response_test.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 Eclipse ThreadX contributors */
+/* */
+/* This program and the accompanying materials are made available under */
+/* the terms of the MIT License which is available at */
+/* https://opensource.org/licenses/MIT. */
+/* */
+/* SPDX-License-Identifier: MIT */
+/***************************************************************************/
+
/* This case tests sending error response. */
#include "tx_api.h"
#include "nx_api.h"
diff --git a/test/regression/rtsp_test/netx_rtsp_multiple_clients_test.c b/test/regression/rtsp_test/netx_rtsp_multiple_clients_test.c
index 5f178f3f..c00c5ae4 100644
--- a/test/regression/rtsp_test/netx_rtsp_multiple_clients_test.c
+++ b/test/regression/rtsp_test/netx_rtsp_multiple_clients_test.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 Eclipse ThreadX contributors */
+/* */
+/* This program and the accompanying materials are made available under */
+/* the terms of the MIT License which is available at */
+/* https://opensource.org/licenses/MIT. */
+/* */
+/* SPDX-License-Identifier: MIT */
+/***************************************************************************/
+
/* This case tests RTSP server connects with multiple clients. */
#include "tx_api.h"
#include "nx_api.h"
diff --git a/test/regression/rtsp_test/netx_rtsp_multiple_request_test.c b/test/regression/rtsp_test/netx_rtsp_multiple_request_test.c
index f927a97e..4bb2fabb 100644
--- a/test/regression/rtsp_test/netx_rtsp_multiple_request_test.c
+++ b/test/regression/rtsp_test/netx_rtsp_multiple_request_test.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 Eclipse ThreadX contributors */
+/* */
+/* This program and the accompanying materials are made available under */
+/* the terms of the MIT License which is available at */
+/* https://opensource.org/licenses/MIT. */
+/* */
+/* SPDX-License-Identifier: MIT */
+/***************************************************************************/
+
/* This case tests RTSP request in multiple packets. */
#include "tx_api.h"
#include "nx_api.h"
diff --git a/test/regression/rtsp_test/netx_rtsp_rtp_basic_test.c b/test/regression/rtsp_test/netx_rtsp_rtp_basic_test.c
index 5bd35c79..3ad85709 100644
--- a/test/regression/rtsp_test/netx_rtsp_rtp_basic_test.c
+++ b/test/regression/rtsp_test/netx_rtsp_rtp_basic_test.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 Eclipse ThreadX contributors */
+/* */
+/* This program and the accompanying materials are made available under */
+/* the terms of the MIT License which is available at */
+/* https://opensource.org/licenses/MIT. */
+/* */
+/* SPDX-License-Identifier: MIT */
+/***************************************************************************/
+
/* This case tests RTSP with RTP. */
#include "tx_api.h"
#include "nx_api.h"
diff --git a/test/regression/rtsp_test/netx_rtsp_rtp_ipv6_basic_test.c b/test/regression/rtsp_test/netx_rtsp_rtp_ipv6_basic_test.c
index 52b2d792..3d8ec8fa 100644
--- a/test/regression/rtsp_test/netx_rtsp_rtp_ipv6_basic_test.c
+++ b/test/regression/rtsp_test/netx_rtsp_rtp_ipv6_basic_test.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 Eclipse ThreadX contributors */
+/* */
+/* This program and the accompanying materials are made available under */
+/* the terms of the MIT License which is available at */
+/* https://opensource.org/licenses/MIT. */
+/* */
+/* SPDX-License-Identifier: MIT */
+/***************************************************************************/
+
/* This case tests RTSP with RTP. */
#include "tx_api.h"
#include "nx_api.h"
diff --git a/test/regression/rtsp_test/netx_rtsp_rtp_ipv6_multicast_test.c b/test/regression/rtsp_test/netx_rtsp_rtp_ipv6_multicast_test.c
index 75c62b66..841a6ed0 100644
--- a/test/regression/rtsp_test/netx_rtsp_rtp_ipv6_multicast_test.c
+++ b/test/regression/rtsp_test/netx_rtsp_rtp_ipv6_multicast_test.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 Eclipse ThreadX contributors */
+/* */
+/* This program and the accompanying materials are made available under */
+/* the terms of the MIT License which is available at */
+/* https://opensource.org/licenses/MIT. */
+/* */
+/* SPDX-License-Identifier: MIT */
+/***************************************************************************/
+
/* This case tests RTSP with RTP in multicast mode. */
#include "tx_api.h"
#include "nx_api.h"
diff --git a/test/regression/rtsp_test/netx_rtsp_rtp_multicast_test.c b/test/regression/rtsp_test/netx_rtsp_rtp_multicast_test.c
index 963f8bbc..238d63af 100644
--- a/test/regression/rtsp_test/netx_rtsp_rtp_multicast_test.c
+++ b/test/regression/rtsp_test/netx_rtsp_rtp_multicast_test.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 Eclipse ThreadX contributors */
+/* */
+/* This program and the accompanying materials are made available under */
+/* the terms of the MIT License which is available at */
+/* https://opensource.org/licenses/MIT. */
+/* */
+/* SPDX-License-Identifier: MIT */
+/***************************************************************************/
+
/* This case tests RTSP with RTP in multicast mode. */
#include "tx_api.h"
#include "nx_api.h"