Skip to content

Commit ef1907a

Browse files
Fix latency & troughput tests names (#5938)
* Refs #23482: Fix latency tests names Signed-off-by: cferreiragonz <[email protected]> * Refs #23482: Fix throughput tests names Signed-off-by: cferreiragonz <[email protected]> * Refs #23482: Rename xml files too Signed-off-by: cferreiragonz <[email protected]> * Refs #23482: Fix data_sharing and security tests Signed-off-by: cferreiragonz <[email protected]> * Refs #23482: Fix data_sharing and security tp tests Signed-off-by: cferreiragonz <[email protected]> --------- Signed-off-by: cferreiragonz <[email protected]>
1 parent 8e9292e commit ef1907a

18 files changed

+48
-48
lines changed

test/performance/latency/CMakeLists.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ target_link_libraries(
4747
###########################################################################
4848
set(
4949
LATENCY_TEST_LIST
50-
latency_intraprocess_best_effort_profile
51-
latency_intraprocess_reliable_profile
52-
latency_interprocess_best_effort_udp_profile
53-
latency_interprocess_reliable_udp_profile
54-
# latency_interprocess_best_effort_tcp_profile
55-
# latency_interprocess_reliable_tcp_profile
56-
latency_interprocess_best_effort_shm_profile
57-
latency_interprocess_reliable_shm_profile
50+
intraprocess_best_effort_profile
51+
intraprocess_reliable_profile
52+
interprocess_best_effort_udp_profile
53+
interprocess_reliable_udp_profile
54+
# interprocess_best_effort_tcp_profile
55+
# interprocess_reliable_tcp_profile
56+
interprocess_best_effort_shm_profile
57+
interprocess_reliable_shm_profile
5858
)
5959

6060
###########################################################################
@@ -64,30 +64,30 @@ set(
6464

6565
set(
6666
DATA_SHARING_LIST
67-
intraprocess_best_effort
68-
intraprocess_reliable
69-
interprocess_best_effort_shm
70-
interprocess_reliable_shm
67+
intraprocess_best_effort_profile
68+
intraprocess_reliable_profile
69+
interprocess_best_effort_shm_profile
70+
interprocess_reliable_shm_profile
7171
)
7272

7373
set(
7474
LOAN_SAMPLES_LIST
75-
intraprocess_best_effort
76-
intraprocess_reliable
77-
interprocess_best_effort_shm
78-
interprocess_reliable_shm
79-
interprocess_best_effort_udp
80-
interprocess_reliable_udp
81-
interprocess_best_effort_tcp
82-
interprocess_reliable_tcp
75+
intraprocess_best_effort_profile
76+
intraprocess_reliable_profile
77+
interprocess_best_effort_udp_profile
78+
interprocess_reliable_udp_profile
79+
# interprocess_best_effort_tcp
80+
# interprocess_reliable_tcp
81+
interprocess_best_effort_shm_profile
82+
interprocess_reliable_shm_profile
8383
)
8484

8585
set(
8686
DATA_SHARING_AND_LOAN_SAMPLES_LIST
87-
intraprocess_best_effort
88-
intraprocess_reliable
89-
interprocess_best_effort_shm
90-
interprocess_reliable_shm
87+
intraprocess_best_effort_profile
88+
intraprocess_reliable_profile
89+
interprocess_best_effort_shm_profile
90+
interprocess_reliable_shm_profile
9191
)
9292

9393
###########################################################################
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/performance/throughput/CMakeLists.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ target_link_libraries(
4747
###########################################################################
4848
set(
4949
THROUGHPUT_TEST_LIST
50-
throughput_intraprocess_best_effort_profile
51-
throughput_intraprocess_reliable_profile
52-
throughput_interprocess_best_effort_udp_profile
53-
throughput_interprocess_reliable_udp_profile
54-
# throughput_interprocess_best_effort_tcp_profile
55-
# throughput_interprocess_reliable_tcp_profile
56-
throughput_interprocess_best_effort_shm_profile
57-
throughput_interprocess_reliable_shm_profile
50+
intraprocess_best_effort_profile
51+
intraprocess_reliable_profile
52+
interprocess_best_effort_udp_profile
53+
interprocess_reliable_udp_profile
54+
# interprocess_best_effort_tcp_profile
55+
# interprocess_reliable_tcp_profile
56+
interprocess_best_effort_shm_profile
57+
interprocess_reliable_shm_profile
5858
)
5959

6060
###########################################################################
@@ -64,30 +64,30 @@ set(
6464

6565
set(
6666
DATA_SHARING_LIST
67-
intraprocess_best_effort
68-
intraprocess_reliable
69-
interprocess_best_effort_shm
70-
interprocess_reliable_shm
67+
intraprocess_best_effort_profile
68+
intraprocess_reliable_profile
69+
interprocess_best_effort_shm_profile
70+
interprocess_reliable_shm_profile
7171
)
7272

7373
set(
7474
LOAN_SAMPLES_LIST
75-
intraprocess_best_effort
76-
intraprocess_reliable
77-
interprocess_best_effort_shm
78-
interprocess_reliable_shm
79-
interprocess_best_effort_udp
80-
interprocess_reliable_udp
81-
interprocess_best_effort_tcp
82-
interprocess_reliable_tcp
75+
intraprocess_best_effort_profile
76+
intraprocess_reliable_profile
77+
interprocess_best_effort_udp_profile
78+
interprocess_reliable_udp_profile
79+
# interprocess_best_effort_tcp_profile
80+
# interprocess_reliable_tcp_profile
81+
interprocess_best_effort_shm_profile
82+
interprocess_reliable_shm_profile
8383
)
8484

8585
set(
8686
DATA_SHARING_AND_LOAN_SAMPLES_LIST
87-
intraprocess_best_effort
88-
intraprocess_reliable
89-
interprocess_best_effort_shm
90-
interprocess_reliable_shm
87+
intraprocess_best_effort_profile
88+
intraprocess_reliable_profile
89+
interprocess_best_effort_shm_profile
90+
interprocess_reliable_shm_profile
9191
)
9292

9393
###########################################################################

0 commit comments

Comments
 (0)