Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-07-06 | Merge "Blacklist TC011 from suites with ODL" | 5 | -0/+10 | |
2017-07-03 | Blacklist TC011 from suites with ODL | ##############################################################################
# Copyright (c) 2015 Ericsson AB and others.
#
# 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
##############################################################################
SHELL = /bin/bash
IMAGE = opnfv/yardstick
DOCKER_TAG = brahmaputra.0
.PHONY: all
all: .docker
.docker:
/usr/bin/docker build --rm=true --no-cache=true -t $(IMAGE):$(DOCKER_TAG) yardstick-ci
/usr/bin/docker tag -f $(IMAGE):$(DOCKER_TAG) $(IMAGE):latest
touch .docker
.PHONY: clean
clean:
@docker ps | grep $(IMAGE) | awk '{print $$1}' | xargs -r docker stop
@docker ps -a | grep $(IMAGE) | awk '{print $$1}' | xargs -r docker rm
@echo "Docker images to remove:"
@docker images | head -1 && docker images | grep $(IMAGE) || true
@image_tags=($$(docker images | grep $(IMAGE) | awk '{print $$2}')) ; \
for tag in "$${image_tags[@]}"; do \
echo "Removing docker image $(IMAGE):$$tag..." ; \
docker rmi $(IMAGE):$$tag ; \
done
rm -f .docker
| 2 | -0/+100 |
2017-02-06 | KVMFORNFV: Implementing test suites for kvmfornfv ovs+dpdk scenarios. | 2 | -0/+100 | |
2016-12-16 | Add smoke, components, features and performance test suite for Yatdstick | 4 | -0/+144 | |
2016-11-16 | Merge "Add os-odl_l2-fdio-ha scenario support" | 1 | -0/+30 | |
2016-11-04 | bugfix: tc027 results in tc037 time out | 1 | -10/+10 | |
2016-11-01 | Add os-odl_l2-fdio-ha scenario support | 1 | -0/+30 | |
2016-10-14 | Merge "run ipv6 test case on more pods" | 1 | -1/+3 | |
2016-10-11 | run ipv6 test case on more pods | 1 | -1/+3 | |
2016-10-11 | Provide yardstick-trusty-server.tar.gz for lxd scenario | 2 | -4/+11 | |
2016-10-08 | Add raw image support for lxd scenario | 1 | -0/+5 | |
2016-09-29 | ipv6 testcase to support fuel | 1 | -2/+3 | |
2016-09-20 | Merge "Added opnfv_os-odl_l2-fdio-noha_daily.yaml and opnfv_os-nosdn-fdio-noh... | 2 | -0/+60 | |
2016-09-19 | Added opnfv_os-odl_l2-fdio-noha_daily.yaml and opnfv_os-nosdn-fdio-noha_daily... | 2 | -0/+60 | |
2016-09-14 | Modify comment in first line in all test suite | 24 | -24/+24 | |
2016-08-30 | Change executed test cases for bgpvpn scenarios | 2 | -62/+10 | |
2016-08-19 | Merge "remove previous pod suite yamls to avoid confusion" | 20 | -446/+0 | |
2016-08-19 | remove previous pod suite yamls to avoid confusion | 20 | -446/+0 | |
2016-08-17 | BugFix: fix storperf deployment location error | 1 | -1/+1 | |
2016-08-15 | add new scenario opnfv_os-odl_l2-moon-ha | 1 | -0/+54 | |
2016-08-15 | fix bug of tc075 \t format error in yaml | 1 | -1/+2 | |
2016-08-15 | Merge "Add testcase tc0075 and mofify testcsuite" | 18 | -0/+144 | |
2016-08-15 | Add testcase tc0075 and mofify testcsuite | 18 | -0/+144 | |
2016-08-12 | Add some missing test suites for noha scenarios | 5 | -0/+222 | |
2016-08-12 | Merge "Add task file and test case description file for TC063_StorageCapacity" | 18 | -0/+144 | |
2016-08-11 | Add HA Test Cases in Test Suite | 1 | -0/+16 | |
2016-08-10 | Merge "add ping6 to nosdn-nofeature-ha scenario" | 1 | -0/+7 | |
2016-08-10 | Add task file and test case description file for TC063_StorageCapacity | 18 | -0/+144 | |
2016-08-09 | add ping6 to nosdn-nofeature-ha scenario | 1 | -0/+7 | |
2016-08-03 | Add Storperf in CI [work in progress] | 1 | -0/+8 | |
2016-07-30 | Bugfix: specify pod.yaml files used for TC055 as TC055 is running directly on... | 18 | -1/+109 | |
2016-07-28 | Update test_suite files for TC055, TC072 | 18 | -0/+70 | |
2016-07-28 | Merge "Add HA Test Cases in Test Suite" | 1 | -0/+20 | |
2016-07-28 | Bugfix: remove a redundant dash in opnfv_os-onos-nofeature-ha_daily.yaml | 1 | -1/+1 | |
2016-07-27 | Add HA Test Cases in Test Suite | 1 | -0/+20 | |
2016-07-26 | Update test_suite files for TC069, TC070 and TC071 | 17 | -1/+102 | |
2016-07-26 | complement sceanrio for joid, apex, noha | 7 | -0/+154 |