summaryrefslogtreecommitdiffstats
path: root/adapter/acumos/tests/test_docker.py
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2021-12-15 16:27:26 +0000
committerGerrit Code Review <gerrit@onap.org>2021-12-15 16:27:26 +0000
commitb075fe9182253ecd3ea892c753044e2e4ecb95ec (patch)
treeb0dcfab4347f4e88eb3dfc0847a9ce977ffde465 /adapter/acumos/tests/test_docker.py
parent842343b0f35e0f50117ab723abdee39f0d393c4d (diff)
parentf3637436673c64344e9fa6828cb907e8d101bf3e (diff)
Merge "Acumos Adapter updates to support v3 schema"
Diffstat (limited to 'adapter/acumos/tests/test_docker.py')
-rw-r--r--adapter/acumos/tests/test_docker.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/adapter/acumos/tests/test_docker.py b/adapter/acumos/tests/test_docker.py
index bee53a0..37a2e39 100644
--- a/adapter/acumos/tests/test_docker.py
+++ b/adapter/acumos/tests/test_docker.py
@@ -2,7 +2,6 @@
# org.onap.dcae
# =============================================================================
# Copyright (c) 2019 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");
@@ -44,7 +43,8 @@ def test_generate_dockerfile():
ENV no_proxy=
ENV NO_PROXY=
RUN pip install -r /app/requirements.txt && \
- pip install acumos_dcae_model_runner
+ pip install acumos_dcae_model_runner && \
+ pip install pyyaml
ENV DCAEPORT=10000
EXPOSE $DCAEPORT