X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fpuppet-opnfv%2Fmanifests%2Ftemplates%2Fdockerfile%2Fcontainer_scripts%2Fcheck_feature.sh;fp=common%2Fpuppet-opnfv%2Fmanifests%2Ftemplates%2Fdockerfile%2Fcontainer_scripts%2Fcheck_feature.sh;h=0000000000000000000000000000000000000000;hb=dd8ca32f84388f1bef6100459161855eee0509e9;hp=533942eb31e62fc35c7cb3bab4688fe653bb7cbe;hpb=7957a97c3476f3e2f9c29d22c91d7c117e1df38c;p=genesis.git diff --git a/common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/check_feature.sh b/common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/check_feature.sh deleted file mode 100644 index 533942e..0000000 --- a/common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/check_feature.sh +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################## -# Copyright (c) 2015 Ericsson AB and others. -# daniel.smith@ericsson.com -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -#!/usr/bin/expect -spawn /opt/odl/distribution-karaf-0.2.3-Helium-SR3/bin/client -expect "root>" -send "feature:list | grep -i odl-restconf\r" -send "\r\r\r" -expect "root>" -send "logout\r" - -