aboutsummaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-08-24 14:48:31 +0300
committerMatias Elo <matias.elo@nokia.com>2021-10-04 11:52:54 +0300
commit54ca03915ddf070a3c67f6a3c89f442c202a1adb (patch)
tree9731fad338378ed150fd264a027730f77ca81ec5 /platform
parent4377e9dad15e7e6aab1735313dbf175560f201f8 (diff)
github_ci: add test for alternate timer implementation
Add new test for the alternate DPDK timer implementation. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Jere Leppänen <jere.leppanen@nokia.com>
Diffstat (limited to 'platform')
-rw-r--r--platform/linux-dpdk/test/alternate-timer.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/linux-dpdk/test/alternate-timer.conf b/platform/linux-dpdk/test/alternate-timer.conf
new file mode 100644
index 000000000..079409f1f
--- /dev/null
+++ b/platform/linux-dpdk/test/alternate-timer.conf
@@ -0,0 +1,8 @@
+# Mandatory fields
+odp_implementation = "linux-dpdk"
+config_file_version = "0.1.14"
+
+timer: {
+ # Enable alternate DPDK timer implementation
+ alternate = 1
+}