Skip to content

Commit 2a02623

Browse files
umapraseedanordic-hani
authored andcommitted
doc: align sample names
NCSDK-30412 Align sample folder names accoording to sample names as mentioned in the RSTs Signed-off-by: Uma Praseeda <[email protected]>
1 parent aa0a4ef commit 2a02623

File tree

10 files changed

+5
-5
lines changed

10 files changed

+5
-5
lines changed

.github/test-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
- "lib/sms/**/*"
8080
- "samples/cellular/at_client/**/*"
8181
- "samples/cellular/at_monitor/**/*"
82-
- "samples/cellular/ciphersuites/**/*"
82+
- "samples/cellular/tls_ciphersuites/**/*"
8383
- "samples/net/coap_client/**/*"
8484
- "samples/net/download/**/*"
8585
- "samples/cellular/http_update/**/*"

samples/cellular/ciphersuites/CMakeLists.txt renamed to samples/cellular/tls_ciphersuites/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
cmake_minimum_required(VERSION 3.20.0)
88

99
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
10-
project(ciphersuites)
10+
project(tls_ciphersuites)
1111

1212
# Generate hex files from pem files
1313
set(gen_dir ${CMAKE_CURRENT_BINARY_DIR}/certs)
File renamed without changes.

samples/cellular/ciphersuites/README.rst renamed to samples/cellular/tls_ciphersuites/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Obtaining a certificate
3535
=======================
3636

3737
The sample connects to ``www.example.com``, which requires an X.509 certificate.
38-
This certificate is provided in the :file:`samples/cellular/ciphersuites/cert` folder.
38+
This certificate is provided in the :file:`samples/cellular/tls_ciphersuites/cert` folder.
3939
|hex_format|
4040

4141
To connect to other servers, you might need to provision a different certificate.
@@ -67,7 +67,7 @@ CONFIG_EXTENDED_CIPHERSUITE_LIST
6767
Building and running
6868
********************
6969

70-
.. |sample path| replace:: :file:`samples/cellular/ciphersuites`
70+
.. |sample path| replace:: :file:`samples/cellular/tls_ciphersuites`
7171

7272
.. include:: /includes/build_and_run_ns.txt
7373

samples/cellular/ciphersuites/sample.yaml renamed to samples/cellular/tls_ciphersuites/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sample:
22
name: TLS Ciphersuites sample
33
tests:
4-
sample.cellular.ciphersuites:
4+
sample.cellular.tls_ciphersuites:
55
sysbuild: true
66
build_only: true
77
integration_platforms:

0 commit comments

Comments
 (0)