diff options
author | Sona Sarmadi <sona.sarmadi@enea.com> | 2018-04-27 08:05:34 +0200 |
---|---|---|
committer | Martin Borg <martin.borg@enea.com> | 2018-05-03 10:50:49 +0200 |
commit | 4a96fc482ad6557a0d80a2c4f617568bba62312f (patch) | |
tree | 1baf710bdef000f88a4b7ea1689e20632015f921 /xeon-d/eltf.conf | |
parent | a6ff355699c69388ed7abb4fc1aed6ba2b0f6808 (diff) | |
download | el_manifests-nfv-access-4a96fc482ad6557a0d80a2c4f617568bba62312f.tar.gz |
Rename machine name inteld1521 -> xeon-d
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'xeon-d/eltf.conf')
-rw-r--r-- | xeon-d/eltf.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xeon-d/eltf.conf b/xeon-d/eltf.conf new file mode 100644 index 0000000..8840129 --- /dev/null +++ b/xeon-d/eltf.conf | |||
@@ -0,0 +1,20 @@ | |||
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,ltptest-runner,posix-runner,ptests-run-script | ||
13 | RC_TEST_PACKAGE=healthcheck-runner | ||
14 | # template for building an image can be changed here, by using <enea-image>:<template> | ||
15 | IMAGE_TYPES=enea-nfv-access,enea-nfv-access-edgelink-netconf | ||
16 | SDK_IMAGE=enea-nfv-access-dev | ||
17 | # PKG_IMAGE is where the deb/rpm files are copied into RC/final release | ||
18 | ARCHITECTURE=x86_64 | ||
19 | SKIP=NO | ||
20 | SKIP_TESTS=YES | ||