Skip to content

Commit

Permalink
ci: move viavi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qarlosalberto authored and codebot committed Nov 8, 2024
1 parent 3e5530c commit 43f02ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitlab/ci/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,8 @@ viavi:
- KEYWORDS:
[
"ideal and 1UE",
"ideal and 32UE and not experimental",
"ideal and 32UE and not experimental and not tdd",
"tdd",
"fading and 1UE",
"fading and 32UE",
"birth-death and 1UE",
Expand Down
6 changes: 3 additions & 3 deletions tests/e2e/tests/viavi/test_declaration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ tests:
test_name: "32UE ideal UDP attach-detach with traffic High brate"
test_timeout: *test_timeout
gnb_extra_commands: "log --ngap_level=debug --metrics_level=info metrics --rlc_report_period=1000"
id: "32UE ideal UDP attach-detach with traffic DDDSU"
id: "32UE ideal UDP attach-detach with traffic tdd DDDSU"
max_pdschs_per_slot: 1
max_puschs_per_slot: 4
enable_qos_viavi: false
Expand All @@ -169,7 +169,7 @@ tests:
test_name: "32UE ideal UDP attach-detach with traffic High brate"
test_timeout: *test_timeout
gnb_extra_commands: "log --ngap_level=debug --metrics_level=info metrics --rlc_report_period=1000"
id: "32UE ideal UDP attach-detach with traffic UL Heavy 7u2d"
id: "32UE ideal UDP attach-detach with traffic tdd UL Heavy 7u2d"
max_pdschs_per_slot: 1
max_puschs_per_slot: 4
enable_qos_viavi: false
Expand All @@ -184,7 +184,7 @@ tests:
test_name: "32UE ideal UDP attach-detach with traffic High brate"
test_timeout: *test_timeout
gnb_extra_commands: "log --ngap_level=debug --metrics_level=info metrics --rlc_report_period=1000"
id: "32UE ideal UDP attach-detach with traffic UL Heavy 6u3d"
id: "32UE ideal UDP attach-detach with traffic tdd UL Heavy 6u3d"
max_pdschs_per_slot: 1
max_puschs_per_slot: 4
enable_qos_viavi: false
Expand Down

0 comments on commit 43f02ba

Please sign in to comment.