X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fpuppet-opnfv%2Fmanifests%2Ftemplates%2FLithium_rc0%2Fdockerfile%2Fcontainer_scripts%2Fcheck_feature.sh;fp=common%2Fpuppet-opnfv%2Fmanifests%2Ftemplates%2FLithium_rc0%2Fdockerfile%2Fcontainer_scripts%2Fcheck_feature.sh;h=04d7b5360512b38107cbe39b817913b6a4ec6255;hb=eb887812da568cfb4908f6ae14449b2ceaeb5bc0;hp=0000000000000000000000000000000000000000;hpb=5cc4c1455698767349e88022449c0c00d0e61239;p=genesis.git diff --git a/common/puppet-opnfv/manifests/templates/Lithium_rc0/dockerfile/container_scripts/check_feature.sh b/common/puppet-opnfv/manifests/templates/Lithium_rc0/dockerfile/container_scripts/check_feature.sh new file mode 100644 index 0000000..04d7b53 --- /dev/null +++ b/common/puppet-opnfv/manifests/templates/Lithium_rc0/dockerfile/container_scripts/check_feature.sh @@ -0,0 +1,18 @@ +############################################################################## +# 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.3.0-Lithium-RC0/bin/client +expect "root>" +send "feature:list | grep -i odl-restconf\r" +send "\r\r\r" +expect "root>" +send "logout\r" + +