diff options
author | Sona Sarmadi <sona.sarmadi@enea.com> | 2018-04-27 08:05:33 +0200 |
---|---|---|
committer | Martin Borg <martin.borg@enea.com> | 2018-05-03 10:49:17 +0200 |
commit | a6ff355699c69388ed7abb4fc1aed6ba2b0f6808 (patch) | |
tree | a8cc6fb5982d37aaaf4c2b33acc59f8c621acbdc /atom-c3000/eltf.conf | |
parent | 3953f03d1dc858b7edcc5f88a041d79bc7ee43a0 (diff) | |
download | el_manifests-nfv-access-a6ff355699c69388ed7abb4fc1aed6ba2b0f6808.tar.gz |
Rename machine name denverton -> atom-c3000
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'atom-c3000/eltf.conf')
-rw-r--r-- | atom-c3000/eltf.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/atom-c3000/eltf.conf b/atom-c3000/eltf.conf new file mode 100644 index 0000000..8840129 --- /dev/null +++ b/atom-c3000/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 | ||