diff options
| author | Frédéric Desbiens <[email protected]> | 2026-06-08 10:03:52 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-08 10:03:52 +0200 |
| commit | 1a0e9e43a03e37ddecfb6b49e9b078d6e1803d05 (patch) | |
| tree | c60ec41b4ff4fd2d7566c505cbdd423ceddd65f3 /test/regression/rtsp_test | |
| parent | 8b6e03ac30ab688bec02c69d42f2304b7f72a202 (diff) | |
| parent | 4d88828b06d164a5b7e82152395a92254abcd6e4 (diff) | |
Merge pull request #391 from eclipse-threadx/devv6.5.1.202602_reldev
Merging changes for the v.6.5.1.202602 release
Diffstat (limited to 'test/regression/rtsp_test')
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" |
