Skip to content

Commit f0ad188

Browse files
committed
[#709] Delegate to CI shell script to build e2e test dependencies
1 parent 4154c0a commit f0ad188

13 files changed

+8
-32
lines changed

iceoryx2-cli/iox2-config/end-to-end-tests/test_e2e_iox2_config_generate_local.exp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ source ${REPO_ROOT}/iceoryx2-testing/end-to-end-testing/common.exp
2222

2323
set timeout 10
2424

25-
exec cargo build -p iceoryx2-cli 2>@1
26-
2725
#### Test
2826

2927
spawn cargo run --bin iox2-config -- generate local --force

iceoryx2-cli/iox2-config/end-to-end-tests/test_e2e_iox2_config_show_current.exp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ source ${REPO_ROOT}/iceoryx2-testing/end-to-end-testing/common.exp
2222

2323
set timeout 10
2424

25-
exec cargo build -p iceoryx2-cli 2>@1
26-
2725
#### Test
2826

2927
spawn cargo run --bin iox2-config -- show current

iceoryx2-cli/iox2-config/end-to-end-tests/test_e2e_iox2_config_show_system.exp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ source ${REPO_ROOT}/iceoryx2-testing/end-to-end-testing/common.exp
2222

2323
set timeout 10
2424

25-
exec cargo build -p iceoryx2-cli 2>@1
26-
2725
#### Test
2826

2927
spawn cargo run --bin iox2-config -- show system

iceoryx2-cli/iox2-node/end-to-end-tests/test_e2e_iox2_node_details.exp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ source ${REPO_ROOT}/iceoryx2-testing/end-to-end-testing/common.exp
2222

2323
set timeout 10
2424

25-
exec cargo build -p example 2>@1
26-
exec cargo build -p iceoryx2-cli 2>@1
27-
2825
#### Test
2926

3027
# Spawn a process that creates a node

iceoryx2-cli/iox2-node/end-to-end-tests/test_e2e_iox2_node_list.exp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ source ${REPO_ROOT}/iceoryx2-testing/end-to-end-testing/common.exp
2222

2323
set timeout 10
2424

25-
exec cargo build -p example 2>@1
26-
exec cargo build -p iceoryx2-cli 2>@1
27-
2825
#### Test
2926

3027
spawn cargo run --example publish_subscribe_subscriber

iceoryx2-cli/iox2-service/end-to-end-tests/test_e2e_iox2_service_details.exp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ source ${REPO_ROOT}/iceoryx2-testing/end-to-end-testing/common.exp
2222

2323
set timeout 10
2424

25-
exec cargo build -p example 2>@1
26-
exec cargo build -p iceoryx2-cli 2>@1
27-
2825
#### Test
2926

3027
# Spawn a process that creates a service

iceoryx2-cli/iox2-service/end-to-end-tests/test_e2e_iox2_service_discovery.exp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ source ${REPO_ROOT}/iceoryx2-testing/end-to-end-testing/common.exp
2222

2323
set timeout 10
2424

25-
exec cargo build -p example 2>@1
26-
exec cargo build -p iceoryx2-cli 2>@1
27-
2825
#### Test
2926

3027
spawn cargo run --bin iox2-service discovery

iceoryx2-cli/iox2-service/end-to-end-tests/test_e2e_iox2_service_discovery_detailed.exp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ source ${REPO_ROOT}/iceoryx2-testing/end-to-end-testing/common.exp
2222

2323
set timeout 10
2424

25-
exec cargo build -p example 2>@1
26-
exec cargo build -p iceoryx2-cli 2>@1
27-
2825
#### Test
2926

3027
spawn cargo run --bin iox2-service discovery --detailed

iceoryx2-cli/iox2-service/end-to-end-tests/test_e2e_iox2_service_list.exp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ source ${REPO_ROOT}/iceoryx2-testing/end-to-end-testing/common.exp
2222

2323
set timeout 10
2424

25-
exec cargo build -p example 2>@1
26-
exec cargo build -p iceoryx2-cli 2>@1
27-
2825
#### Test
2926

3027
spawn cargo run --example publish_subscribe_subscriber

iceoryx2-cli/iox2-service/end-to-end-tests/test_e2e_iox2_service_listen.exp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ source ${REPO_ROOT}/iceoryx2-testing/end-to-end-testing/common.exp
2222

2323
set timeout 10
2424

25-
exec cargo build -p example 2>@1
26-
exec cargo build -p iceoryx2-cli 2>@1
27-
2825
#### Test
2926

3027
spawn cargo run --example event_notifier

0 commit comments

Comments
 (0)