diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2017-03-22 10:51:31 +0100 |
---|---|---|
committer | Martin Borg <martin.borg@enea.com> | 2017-03-23 10:18:03 +0100 |
commit | 41f72f6ab0db528eb4826d55569c97402831508b (patch) | |
tree | 5bf1084accc94bea6ad9d5395f68d43e0327650a /qemux86-64/eltf.conf | |
parent | cd10a237651613806c46804def640a622e9034c3 (diff) | |
download | el_manifests-virtualization-41f72f6ab0db528eb4826d55569c97402831508b.tar.gz |
Add qemux86-64 template and move images to their specific targets
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'qemux86-64/eltf.conf')
-rw-r--r-- | qemux86-64/eltf.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/qemux86-64/eltf.conf b/qemux86-64/eltf.conf new file mode 100644 index 0000000..f5f2746 --- /dev/null +++ b/qemux86-64/eltf.conf | |||
@@ -0,0 +1,16 @@ | |||
1 | # eltf.conf | ||
2 | # internal ENEA file - used for ELTF | ||
3 | # | ||
4 | # setup as unix sh file; use comma separated values for array types, no spaces | ||
5 | # | ||
6 | # DELETE_SSTATE=NO/YES | ||
7 | # BOOTING_METHOD=NFS/RAM/etc | ||
8 | # TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
9 | # IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world | ||
10 | DELETE_SSTATE=NO | ||
11 | BOOTING_METHOD=NFS | ||
12 | TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
13 | RC_TEST_PACKAGE=healthcheck-runner | ||
14 | IMAGE_TYPES=enea-image-${PROFILE}-guest | ||
15 | ARCHITECTURE=x86_64 | ||
16 | SKIP=NO | ||