summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile2
-rw-r--r--ls1021aiot/eltf.conf1
-rw-r--r--p2041rdb/eltf.conf1
-rw-r--r--qemuarm/eltf.conf3
-rw-r--r--qemuppc/eltf.conf3
-rw-r--r--qemux86/eltf.conf3
6 files changed, 9 insertions, 4 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index c0d33b1..409597e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,6 @@
1#!/bin/env groovy 1#!/bin/env groovy
2 2
3//This script is used internally by Enea for automated tests on Linux builds 3// This script is used internally by Enea for automated tests on Linux builds
4 4
5MANIFEST_REPOSITORY = null 5MANIFEST_REPOSITORY = null
6BRANCH = env.BRANCH_NAME 6BRANCH = env.BRANCH_NAME
diff --git a/ls1021aiot/eltf.conf b/ls1021aiot/eltf.conf
index d0abaaa..7bc2dce 100644
--- a/ls1021aiot/eltf.conf
+++ b/ls1021aiot/eltf.conf
@@ -1,4 +1,5 @@
1# eltf.conf 1# eltf.conf
2# internal ENEA file - used for ELTF
2# 3#
3# setup as unix sh file; use comma separated values for array types, no spaces 4# setup as unix sh file; use comma separated values for array types, no spaces
4# 5#
diff --git a/p2041rdb/eltf.conf b/p2041rdb/eltf.conf
index e6a7069..7153eb2 100644
--- a/p2041rdb/eltf.conf
+++ b/p2041rdb/eltf.conf
@@ -1,4 +1,5 @@
1# eltf.conf 1# eltf.conf
2# internal ENEA file - used for ELTF
2# 3#
3# setup as unix sh file; use comma separated values for array types, no spaces 4# setup as unix sh file; use comma separated values for array types, no spaces
4# 5#
diff --git a/qemuarm/eltf.conf b/qemuarm/eltf.conf
index 501da48..b2df89a 100644
--- a/qemuarm/eltf.conf
+++ b/qemuarm/eltf.conf
@@ -1,4 +1,5 @@
1# eltf.conf 1# eltf.conf
2# internal ENEA file - used for ELTF
2# 3#
3# setup as unix sh file; use comma separated values for array types, no spaces 4# setup as unix sh file; use comma separated values for array types, no spaces
4# 5#
@@ -12,4 +13,4 @@ TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests
12RC_TEST_PACKAGE=healthcheck-runner 13RC_TEST_PACKAGE=healthcheck-runner
13IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk 14IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk
14ARCHITECTURE=armv5e 15ARCHITECTURE=armv5e
15SKIP=YES 16SKIP=NO
diff --git a/qemuppc/eltf.conf b/qemuppc/eltf.conf
index 9bddfd2..923df0f 100644
--- a/qemuppc/eltf.conf
+++ b/qemuppc/eltf.conf
@@ -1,4 +1,5 @@
1# eltf.conf 1# eltf.conf
2# internal ENEA file - used for ELTF
2# 3#
3# setup as unix sh file; use comma separated values for array types, no spaces 4# setup as unix sh file; use comma separated values for array types, no spaces
4# 5#
@@ -12,4 +13,4 @@ TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests
12RC_TEST_PACKAGE=healthcheck-runner 13RC_TEST_PACKAGE=healthcheck-runner
13IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk 14IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk
14ARCHITECTURE=ppc7400 15ARCHITECTURE=ppc7400
15SKIP=YES 16SKIP=NO
diff --git a/qemux86/eltf.conf b/qemux86/eltf.conf
index 609348c..24e9278 100644
--- a/qemux86/eltf.conf
+++ b/qemux86/eltf.conf
@@ -1,4 +1,5 @@
1# eltf.conf 1# eltf.conf
2# internal ENEA file - used for ELTF
2# 3#
3# setup as unix sh file; use comma separated values for array types, no spaces 4# setup as unix sh file; use comma separated values for array types, no spaces
4# 5#
@@ -12,4 +13,4 @@ TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests
12RC_TEST_PACKAGE=healthcheck-runner 13RC_TEST_PACKAGE=healthcheck-runner
13IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk 14IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk
14ARCHITECTURE=i586 15ARCHITECTURE=i586
15SKIP=YES 16SKIP=NO