summaryrefslogtreecommitdiffstats
path: root/test/functest/simulators/build_sim_image.sh
diff options
context:
space:
mode:
authorShankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com>2020-01-24 14:52:46 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-24 14:52:46 +0000
commitf3a485514f5947254b13655c5fa8177152d9c168 (patch)
treee455f3eb0ae8c7ccad2e0c171d0533551eca5155 /test/functest/simulators/build_sim_image.sh
parent5ec202abafeec26c06e003c0bf51fd1769ac3468 (diff)
parent0f8d7692d2aad99c68d5ee0c59b20a75724b1ada (diff)
Merge "Add passthrough attributes"
Diffstat (limited to 'test/functest/simulators/build_sim_image.sh')
-rwxr-xr-xtest/functest/simulators/build_sim_image.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functest/simulators/build_sim_image.sh b/test/functest/simulators/build_sim_image.sh
index 8efb273..6d6cb13 100755
--- a/test/functest/simulators/build_sim_image.sh
+++ b/test/functest/simulators/build_sim_image.sh
@@ -32,6 +32,7 @@ cp $SIMULATORS_DIR/Dockerfile $DOCKER_DIR/.
cp -r $OSDF_DIR/osdf $DOCKER_DIR/sim
mkdir -p $DOCKER_DIR/sim/config/
cp $SIMULATORS_DIR/simulated-config/*.yaml $DOCKER_DIR/sim/config/
+cp $SIMULATORS_DIR/simulated-config/*.yml $DOCKER_DIR/sim/config/
cp $SIMULATORS_DIR/simulated-config/*.config $DOCKER_DIR/sim/config/
cp -r $SIMULATORS_DIR/configdb $DOCKER_DIR/sim
cp -r $SIMULATORS_DIR/has-api $DOCKER_DIR/sim