Skip to content

Commit 2f2ae19

Browse files
committed
correct test IDs
1 parent 2480dd3 commit 2f2ae19

8 files changed

Lines changed: 8 additions & 8 deletions

manager/tests/tc_calibrate_all_sensor_types_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import logging
77
from http import HTTPStatus
88

9-
TEST_NAME = "NEX-T10457-API"
9+
TEST_NAME = "NEX-T21877"
1010

1111
def test_calibrate_all_sensor_types_api(rest, scene_uid, result_recorder):
1212
# Create sensors of different types

manager/tests/tc_different_formats_maps_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import logging
88
from http import HTTPStatus
99

10-
TEST_NAME = "NEX-T10392-API"
10+
TEST_NAME = "NEX-T21874"
1111

1212
def test_different_formats_maps_api(params, rest, scene_uid, result_recorder):
1313
rest.deleteScene(scene_uid)

manager/tests/tc_upload_3d_glb_file_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import logging
88
from http import HTTPStatus
99

10-
TEST_NAME = "NEX-T10425-API"
10+
TEST_NAME = "NEX-T21875"
1111

1212
def test_upload_3d_glb_file_api(rest, result_recorder):
1313
file_name = "box.glb"

manager/tests/tc_upload_only_3d_glb_files_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
import logging
88

9-
TEST_NAME = "NEX-T10433-API"
9+
TEST_NAME = "NEX-T21876"
1010

1111
def test_only_upload_glb_main_api(rest, scene_uid, result_recorder):
1212
invalid_files = ["box_invalid.glb", "box.gltf", "box.obj", "good_data.txt"]

tests/functional/tc_camera_deletion_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from scene_common.rest_client import RESTClient
1010
from tests.functional import FunctionalTest
1111

12-
TEST_NAME = "NEX-T10403"
12+
TEST_NAME = "NEX-T21878"
1313
MAX_CONTROLLER_WAIT = 20 # seconds
1414
MAX_ATTEMPTS = 3
1515

tests/functional/tc_camera_intrinsics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from scene_common.mqtt import PubSub
1111
from tests.functional import FunctionalTest
1212

13-
TEST_NAME = "NEX-T10415"
13+
TEST_NAME = "NEX-T21879"
1414
MAX_CONTROLLER_WAIT = 20 # seconds
1515
MAX_ATTEMPTS = 3
1616

tests/functional/tc_delete_sensor_scene_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from scene_common.rest_client import RESTClient
1111
from tests.functional import FunctionalTest
1212

13-
TEST_NAME = "NEX-T10397"
13+
TEST_NAME = "NEX-T21880"
1414
MAX_CONTROLLER_WAIT = 20 # seconds
1515
MAX_ATTEMPTS = 3
1616

tests/functional/tc_delete_sensors_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from scene_common.rest_client import RESTClient
1111
from tests.functional import FunctionalTest
1212

13-
TEST_NAME = "NEX-T10399"
13+
TEST_NAME = "NEX-T21881"
1414
MAX_CONTROLLER_WAIT = 20 # seconds
1515
MAX_ATTEMPTS = 3
1616

0 commit comments

Comments
 (0)