summaryrefslogtreecommitdiffstats
path: root/docker/vnf/Dockerfile
blob: 70c13ab2967c3cc20d24945d5f9e1ba153fb6a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FROM opnfv/functest-core

ARG VIMS_TAG=stable

RUN apk --no-cache add --update \
        ruby ruby-dev ruby-bundler ruby-irb ruby-rdoc \
        procps git g++ make libxslt-dev libxml2-dev zlib-dev libffi-dev && \
    git clone --depth 1 -b $VIMS_TAG https://github.com/boucherv-orange/clearwater-live-test /src/vims-test && \
    rm -r /src/vims-test/.git && \
    cd /src/vims-test && bundle config build.nokogiri --use-system-libraries && bundle install --system
COPY testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml
CMD ["bash","-c","prepare_env start && run_tests -t all"]
ave received a copy of the license along with this. If not, see <http://creativecommons.org/licenses/by/4.0/>. Unless required by applicable law or agreed to in writing, documentation distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Other applicable upstream project Licenses ================================================================== You may not use the content of this software bundle except in compliance with the Licenses as listed below: +----------------+-----------------------------------------------------+ | **Component** | **Licence** | +----------------+-----------------------------------------------------+ | OpenStack | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+ | OpenDaylight | Eclipse Public License 1.0 | | | https://www.eclipse.org/legal/epl-v10.html | +----------------+-----------------------------------------------------+ | PostgreSQL | PostgreSQL Licence: | | | http://opensource.org/licenses/postgresql | +----------------+-----------------------------------------------------+ | MongoDB | GNU AGPL v3.0. | | | http://www.fsf.org/licensing/licenses/agpl-3.0.html | +----------------+-----------------------------------------------------+ | CoroSync | BSD 2-Clause | | | http://opensource.org/licenses/bsd-license.php | +----------------+-----------------------------------------------------+ | Pacemaker | GPL v2 | | | https://www.gnu.org/licenses/gpl-2.0.html | +----------------+-----------------------------------------------------+ | RabbitMQ | Mozilla Public License | | | https://www.rabbitmq.com/mpl.html | +----------------+-----------------------------------------------------+ | Linux | GPLv3 | | | https://www.gnu.org/copyleft/gpl.html | +----------------+-----------------------------------------------------+ | Ceph | GPL v2 | | | https://www.gnu.org/licenses/gpl-2.0.html | +----------------+-----------------------------------------------------+ | Puppet | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+ | Docker | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+ | Fuel | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+ | OpenJDK/JRE | GPL v2 | | | https://www.gnu.org/licenses/gpl-2.0.html | +----------------+-----------------------------------------------------+ | Cobbler | GPL v2 | | | https://www.gnu.org/licenses/gpl-2.0.html | +----------------+-----------------------------------------------------+ | Nailgun | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+ | Astute | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+