Skip to content

Commit

Permalink
scripts: add new robot tests to CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
lifang-zhang authored and cawallen committed Jan 2, 2024
1 parent 2a8da49 commit 1be512e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/robot_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ apps["queues_local"]=programs/performance/queues_local
apps["queues_unscheduled"]=programs/performance/queues_unscheduled
apps["queues"]=programs/performance/queues
apps["send_multi"]=programs/performance/send_multi
apps["timer_periodic"]=programs/performance/timer_test_periodic
apps["timer_test_periodic"]=programs/performance/timer_test_periodic
apps["pool_perf"]=programs/performance/pool_perf
apps["scheduling_latency"]=programs/performance/scheduling_latency
apps["timer_test_ring"]=programs/performance/timer_test_ring

# Set up conf files for robot tests
odp_conf="odp/config/odp-linux-generic.conf"
Expand Down

0 comments on commit 1be512e

Please sign in to comment.