Skip to content

Commit

Permalink
Limit to array of array
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Oct 4, 2023
1 parent 44f82f1 commit 255bd3d
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions bpf/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,26 +425,4 @@ tests:
program_cpu_assignment:
update: all

- name: BPF_MAP_TYPE_HASH_OF_MAPS read
description: Tests the BPF_MAP_TYPE_HASH_OF_MAPS map type.
elf_file: hash_of_array.o
platorm: Linux
map_state_preparation:
program: prepare
iteration_count: 8192
iteration_count: 10000000
program_cpu_assignment:
read: all

- name: BPF_MAP_TYPE_HASH_OF_MAPS update
description: Tests the BPF_MAP_TYPE_HASH_OF_MAPS map type.
elf_file: hash_of_array.o
platorm: Linux
map_state_preparation:
program: prepare
iteration_count: 8192
iteration_count: 10000000
program_cpu_assignment:
update: all

# Add more test cases as needed

0 comments on commit 255bd3d

Please sign in to comment.