1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 11:22:41 +01:00

tests: add unit test for includes

This commit is contained in:
Sergei Trofimov
2018-07-19 08:24:22 +01:00
committed by Marc Bonnici
parent e4a856ad03
commit 8464c32808
8 changed files with 63 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
config:
augmentations: [~execution_time]
include#: configs/test.yaml
sections:
- include#: sections/section1.yaml
- include#: sections/section2.yaml
include#: workloads.yaml

View File

@@ -0,0 +1 @@
augmentations: [cpufreq, trace-cmd]

View File

@@ -0,0 +1,2 @@
classifiers:
included: true

View File

@@ -0,0 +1 @@
classifiers: {'section': 'one'}

View File

@@ -0,0 +1,2 @@
classifiers: {'section': 'two'}
include#: ../section-include.yaml

View File

@@ -0,0 +1,2 @@
augmentations: [execution_time]

View File

@@ -0,0 +1,5 @@
workloads:
- dhrystone
- name: memcpy
classifiers:
memcpy: True