summaryrefslogtreecommitdiffstats
path: root/adapter/acumos/tox.ini
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2022-05-25 15:40:05 -0400
committerVijay Venkatesh Kumar <vv770d@att.com>2022-05-31 19:22:54 +0000
commit3406e99107e26fe4be26025708f86ed6e16a44a5 (patch)
tree406357af9a04b621aa8816b926fdfccc52df39f9 /adapter/acumos/tox.ini
parent95855b69835177954e185f171af2f0aea3b3d3f3 (diff)
[MOD/AAdapter] Include containername property
Container name specified in CI, new property added to be used by OGR tool for name consistency checks Change-Id: I3b1c599f6d5b09b7543be49205e677fc347fad06 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3090 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'adapter/acumos/tox.ini')
-rw-r--r--adapter/acumos/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/adapter/acumos/tox.ini b/adapter/acumos/tox.ini
index ea7a24e..c92b18a 100644
--- a/adapter/acumos/tox.ini
+++ b/adapter/acumos/tox.ini
@@ -1,7 +1,7 @@
# ============LICENSE_START====================================================
# org.onap.dcae
# =============================================================================
-# Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2019,2022 AT&T Intellectual Property. All rights reserved.
# Copyright (c) 2021 highstreet technologies GmbH. All rights reserved.
# =============================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -31,7 +31,7 @@ deps=
setenv =
PYTHONPATH={toxinidir}
commands=
- nodeenv -p
+ nodeenv --node=17.2.0 -p
npm install --global protobuf-jsonschema
pytest --verbose --junitxml xunit-results.xml --cov aoconversion --cov-report xml --cov-report html --cov-report term