Skip to content

Commit 101efdd

Browse files
committed
samples: cellular: Use device UUID as device and cloud ID
Updated samples: modem_shell, gnss, location Change integration test configurations that use use location services to use device UUID as device and cloud ID instead of current nrf-<IMEI> format. Signed-off-by: Matti Oksanen <[email protected]>
1 parent b202428 commit 101efdd

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

samples/cellular/gnss/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ tests:
3535
- CONFIG_GNSS_SAMPLE_REFERENCE_LONGITUDE="23.77588976"
3636
- CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL=y
3737
- CONFIG_LOG_BUFFER_SIZE=2048
38+
- CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y
3839
extra_args: gnss_SNIPPET="nrf91-modem-trace-uart"
3940
integration_platforms:
4041
- nrf9151dk/nrf9151/ns
@@ -62,6 +63,7 @@ tests:
6263
- CONFIG_GNSS_SAMPLE_REFERENCE_LONGITUDE="23.77588976"
6364
- CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL=y
6465
- CONFIG_LOG_BUFFER_SIZE=2048
66+
- CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y
6567
extra_args: gnss_SNIPPET="nrf91-modem-trace-uart"
6668
integration_platforms:
6769
- nrf9151dk/nrf9151/ns
@@ -88,6 +90,7 @@ tests:
8890
- CONFIG_GNSS_SAMPLE_REFERENCE_LONGITUDE="23.77588976"
8991
- CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL=y
9092
- CONFIG_LOG_BUFFER_SIZE=2048
93+
- CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y
9194
extra_args:
9295
- EXTRA_CONF_FILE=overlay-pgps.conf
9396
- gnss_SNIPPET="nrf91-modem-trace-uart"
@@ -117,6 +120,7 @@ tests:
117120
- CONFIG_GNSS_SAMPLE_REFERENCE_LONGITUDE="23.77588976"
118121
- CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL=y
119122
- CONFIG_LOG_BUFFER_SIZE=2048
123+
- CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y
120124
extra_args: gnss_SNIPPET="nrf91-modem-trace-uart"
121125
integration_platforms:
122126
- nrf9151dk/nrf9151/ns

samples/cellular/location/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ tests:
8484
extra_configs:
8585
- CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL=y
8686
- CONFIG_LOG_BUFFER_SIZE=2048
87+
- CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y
8788
extra_args: location_SNIPPET="nrf91-modem-trace-uart"
8889
integration_platforms:
8990
- nrf9151dk/nrf9151/ns

samples/cellular/modem_shell/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@ tests:
713713
extra_configs:
714714
- CONFIG_LTE_NETWORK_MODE_LTE_M=y
715715
- CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL=y
716+
- CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y
716717
extra_args: modem_shell_SNIPPET="nrf91-modem-trace-uart"
717718
integration_platforms:
718719
- nrf9151dk/nrf9151/ns

0 commit comments

Comments
 (0)