Skip to content

Commit 2480dd3

Browse files
committed
re-assign new jira IDs to the test targets
1 parent 75ebcb0 commit 2480dd3

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tests/Makefile.functional

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: (C) 2021 - 2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
different-formats-maps-api: # NEX-T10392-API
4+
different-formats-maps-api: # NEX-T21874
55
$(eval COMPOSE_FILES := $(COMPOSE)/pgserver.yml:$(COMPOSE)/web.yml)
66
$(call common-recipe, $(COMPOSE_FILES), manager/tests/tc_different_formats_maps_api.py, 'pgserver web', true, /run/secrets/controller.auth)
77

@@ -47,11 +47,11 @@ infer-rotation: # NEX-T10543
4747
$(call common-recipe, $(COMPOSE_FILES), tests/functional/tc_rotation_from_velocity.py, '$(SERVICES)', true, /run/secrets/controller.auth)
4848
$(eval SECRETSDIR := $(OLDSECRETSDIR))
4949

50-
upload-3d-glb-file-api: # NEX-T10425-API
50+
upload-3d-glb-file-api: # NEX-T21875
5151
$(eval COMPOSE_FILES := $(COMPOSE)/pgserver.yml:$(COMPOSE)/web.yml)
5252
$(call common-recipe, $(COMPOSE_FILES), manager/tests/tc_upload_3d_glb_file_api.py, 'pgserver web', true, /run/secrets/controller.auth)
5353

54-
upload-only-3d-glb-files-api: # NEX-T10433-API
54+
upload-only-3d-glb-files-api: # NEX-T21876
5555
$(eval COMPOSE_FILES := $(COMPOSE)/pgserver.yml:$(COMPOSE)/web.yml)
5656
$(call common-recipe, $(COMPOSE_FILES), manager/tests/tc_upload_only_3d_glb_files_api.py, 'pgserver web', true, /run/secrets/controller.auth)
5757

@@ -62,7 +62,7 @@ superuser-crud-operations-api: # NEX-T21775
6262
$(call common-recipe, $(COMPOSE_FILES), manager/tests/tc_sensor_scene_api.py, 'pgserver web', true, /run/secrets/controller.auth)
6363
$(eval SECRETSDIR := $(OLDSECRETSDIR))
6464

65-
calibrate-all-sensor-types-api: # NEX-T10457-API
65+
calibrate-all-sensor-types-api: # NEX-T21877
6666
$(eval COMPOSE_FILES := $(COMPOSE)/pgserver.yml:$(COMPOSE)/web.yml)
6767
$(call common-recipe, $(COMPOSE_FILES), manager/tests/tc_calibrate_all_sensor_types_api.py, 'pgserver web', true, /run/secrets/controller.auth)
6868

@@ -89,14 +89,14 @@ child-scenes: # NEX-T10439
8989
$(call common-recipe, $(COMPOSE_FILES), tests/functional/tc_child_scenes.py, 'pgserver web scene', true, /run/secrets/controller.auth)
9090
$(eval override BASE_IMAGE := $(IMAGE_OLD))
9191

92-
camera-deletion-api: # NEX-T10403-API
92+
camera-deletion-api: # NEX-T21878
9393
$(eval COMPOSE_FILES := $(COMPOSE)/dlstreamer/broker.yml:$(COMPOSE)/ntp.yml:$(COMPOSE)/pgserver.yml:$(COMPOSE)/scene.yml:$(COMPOSE)/web.yml)
9494
$(eval OLDSECRETSDIR := $(SECRETSDIR))
9595
$(eval SECRETSDIR := $(PWD)/manager/secrets)
9696
$(call common-recipe, $(COMPOSE_FILES), tests/functional/tc_camera_deletion_api.py, 'pgserver web scene', true, /run/secrets/controller.auth)
9797
$(eval SECRETSDIR := $(OLDSECRETSDIR))
9898

99-
camera-intrinsics-api: # NEX-T10415-API
99+
camera-intrinsics-api: # NEX-T21879
100100
$(eval COMPOSE_FILES := $(COMPOSE)/dlstreamer/broker.yml:$(COMPOSE)/ntp.yml:$(COMPOSE)/pgserver.yml:$(COMPOSE)/scene.yml:$(COMPOSE)/web.yml)
101101
$(eval OLDSECRETSDIR := $(SECRETSDIR))
102102
$(eval SECRETSDIR := $(PWD)/manager/secrets)
@@ -117,14 +117,14 @@ delete-sensor-mqtt-api: # NEX-T21778
117117
$(call common-recipe, $(COMPOSE_FILES), tests/functional/tc_delete_sensor_mqtt_api.py, 'pgserver scene', true, /run/secrets/controller.auth)
118118
$(eval SECRETSDIR := $(OLDSECRETSDIR))
119119

120-
delete-sensor-scene-api: # NEX-T10397-API
120+
delete-sensor-scene-api: # NEX-T21880
121121
$(eval COMPOSE_FILES := $(COMPOSE)/dlstreamer/broker.yml:$(COMPOSE)/ntp.yml:$(COMPOSE)/pgserver.yml:$(COMPOSE)/scene.yml:$(COMPOSE)/web.yml)
122122
$(eval OLDSECRETSDIR := $(SECRETSDIR))
123123
$(eval SECRETSDIR := $(PWD)/manager/secrets)
124124
$(call common-recipe, $(COMPOSE_FILES), tests/functional/tc_delete_sensor_scene_api.py, 'pgserver web scene', true, /run/secrets/controller.auth)
125125
$(eval SECRETSDIR := $(OLDSECRETSDIR))
126126

127-
delete-sensors-api: # NEX-T10399-API
127+
delete-sensors-api: # NEX-T21881
128128
$(eval COMPOSE_FILES := $(COMPOSE)/dlstreamer/broker.yml:$(COMPOSE)/ntp.yml:$(COMPOSE)/pgserver.yml:$(COMPOSE)/scene.yml:$(COMPOSE)/web.yml)
129129
$(eval OLDSECRETSDIR := $(SECRETSDIR))
130130
$(eval SECRETSDIR := $(PWD)/manager/secrets)

0 commit comments

Comments
 (0)