diff options
author | Andrei Gheorghiu <andrei.gheorghiu@enea.com> | 2018-09-07 08:29:41 +0200 |
---|---|---|
committer | Andrei Gheorghiu <andrei.gheorghiu@enea.com> | 2018-09-07 08:29:41 +0200 |
commit | d06799b40060da213170aff9a0638f90f8677f7c (patch) | |
tree | a6ff00ac3a17c382ab67c7c49e512ad7b60e6707 | |
parent | a090fa99d839427713f8d3da111a26606f53ad08 (diff) | |
download | el_manifests-nfv-access-d06799b40060da213170aff9a0638f90f8677f7c.tar.gz |
added IVLAB_TARGET config in eltf.conf - this defines on which board to actually run the tests
-rw-r--r-- | atom-c3000/eltf.conf | 1 | ||||
-rw-r--r-- | xeon-d/eltf.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/atom-c3000/eltf.conf b/atom-c3000/eltf.conf index 4fd6b39..811ee01 100644 --- a/atom-c3000/eltf.conf +++ b/atom-c3000/eltf.conf | |||
@@ -20,3 +20,4 @@ SDK_IMAGE=enea-nfv-access-sdk | |||
20 | ARCHITECTURE=x86_64 | 20 | ARCHITECTURE=x86_64 |
21 | SKIP=NO | 21 | SKIP=NO |
22 | SKIP_TESTS=NO | 22 | SKIP_TESTS=NO |
23 | IVLAB_TARGET=intelc3858-1 | ||
diff --git a/xeon-d/eltf.conf b/xeon-d/eltf.conf index 618f182..92f4f46 100644 --- a/xeon-d/eltf.conf +++ b/xeon-d/eltf.conf | |||
@@ -19,3 +19,4 @@ SDK_IMAGE=enea-nfv-access-sdk | |||
19 | ARCHITECTURE=x86_64 | 19 | ARCHITECTURE=x86_64 |
20 | SKIP=NO | 20 | SKIP=NO |
21 | SKIP_TESTS=NO | 21 | SKIP_TESTS=NO |
22 | IVLAB_TARGET=inteld1521-5 | ||