summaryrefslogtreecommitdiffstats
path: root/jjb/bottlenecks/bottlenecks-run-suite.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03Remove Bottlenecks jobsCédric Ollivier1-125/+0
Bottlenecks dropped [1]. https://wiki.opnfv.org/display/PROJ/Project+Directory Change-Id: I7fdca4d205c595090b7fbf7747bf317d3130d7a9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-10-03Remove all compass jobsAric Gardner1-32/+1
Remove all jobs associated or dependant on compass Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Change-Id: I2bdac50e535736e51d815fc12c4141158f1ef852
2018-09-10bug-fix: k8s capacity test nameYang (Gabriel) Yu1-1/+1
JIRA: BOTTLENECK-242 TEST_CASE is wrongly defined. Spaces should be deleted in order to make the right defination for shell. Change-Id: I981e80af8fc8dfd9f375b44b205f7478e0d4f260 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-09-07add k8s capcity testYang (Gabriel) Yu1-18/+27
JIRA: BOTTLENECK-242 Change-Id: I2fb92017b2b07ede448c817c89ae0d7572cfbae9 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-03-15Bottlenecks testcase onlineliyin1-6/+5
This is for bottlenecks job online Add a new testcase in compass daily Change-Id: I4e09eef894e176bf4fa0df0969ef49f19444103e Signed-off-by: liyin <liyin11@huawei.com>
2017-10-27bug-fix: ssl error for euphratesGabriel Yu1-9/+5
Change-Id: I0e7f9f502cd3844aacfdbc006a71a081b1c4fde4 Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
2017-10-19bug-fix: fix compass os_cert issue for bottlenecks euphratesGabriel Yu1-1/+1
Change-Id: I74cae84ad2613ac25a1896ae5b57d38f08545818 Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
2017-10-16bug-fix: do not have permission to execute sudo pipYang Yu1-2/+2
JIRA: BOTTLENECK-211 This patch is to fix the bug by adding -H flag to sudo, i.e., sudo -H pip install ... Change-Id: Ie31f435e341ae9fe8f8e084696e8e1b7a05888d3 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-10-11bug-fix: do not have permission to execute sudo pipGabriel Yu1-1/+1
JIRA: BOTTLENECK-211 This patch is to fix the bug by adding -H flag to sudo, i.e., sudo -H pip install ... Change-Id: Icdb187660cc1e08e134a79592e7454b77576f457 Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
2017-09-30Bug fix:Bottlenecks job failed.liyin1-0/+1
This patch is to fix the bottlenecks rc file. shown the problem: touch: cannot touch '/tmp/admin_rc.sh': Permission denied releng have chown code. We will delete this file if have problem in fetch_os script Change-Id: I9f53f9243697c3faca2b4d09a5847253a70f9686 Signed-off-by: liyin <liyin11@huawei.com>
2017-09-14bug-fix: delete directory created by root for workspace cleanupYang Yu1-0/+3
JIRA: RELENG-311 RT Change-Id: Id6c5306ef02a3c02c270ef0e548c41dde6d1b8b4 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-09-07Bug-fix: add support for buid_tag reportingYang Yu1-1/+1
JIRA: BOTTLENECK-158 It seems the build_tag is not automatedly passed to docker. This patch is to try to pass build_tag to Bottlenecks docker. Change-Id: I783d6f0702040449b0385d11bca709f8cdbdd58a Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-08-25Bug-fix: syntax error for add compass pod yamlYang Yu1-1/+1
JIRA: BOTTLENECK-178 Containerized compass does not support ssh method to get the POD yaml anymore. This patch is to fix the syntax error of last patch. Change-Id: Ibd1711a645327db0c43a602519a9fa47ddaec64f Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-08-25Bug-fix: Add compass pod yaml in btks config dirYang Yu1-3/+14
JIRA: BOTTLENECK-178 Containerized compass does not support ssh method to get the POD yaml anymore. This patch is to fix the issue. Change-Id: I98ca9a419d71d0ec22bf48ef40d4c5fb2d96d1b2 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-08-23Add pod description file supportYang (Gabriel) Yu1-0/+58
JIRA: BOTTLENECK-178 Need to add pod descrition file for Bottlenecks to be installer-agnostic Change-Id: I100022ff1fcdaabe800492649c138dfe9fce55c2 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2017-08-03Add test case run command introductionYang Yu1-2/+6
JIRA: BOTTLENECK-158 Print testcase run command to ease reading log Change-Id: I41362349d23865d0a485d80856cbbc4658ee945a Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-08-02Add envs to Bottlenecks dockerYang Yu1-1/+6
JIRA: BOTTLENECK-158 Pass envs to Bottlenecks docker that used for report Change-Id: Id7e34533c5fdd81dacaf95bb9321625dd6c8713c Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-07-31remove docker compose cleanupyuyang1-3/+0
JIRA: BOTTLENECK-103 Remove docker compose cleanup since docker-compose is not used Change-Id: I73c6d114fc698c2508247eca2309d838ba929b38 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-07-31bugfix: unexpected file end for support SUT branchesyuyang1-1/+2
JIRA: BOTTLENECK-103 Bugfix for 38413 that unexpected file end Change-Id: Iab41019b2149332c44dc08e518d3787ccba6be9f Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-07-31Add support for Bottlenecks' new framework and potential installersyuyang1-44/+50
JIRA: BOTTLENECK-103 Bottlencks does not use docker-compose and support sourcing rc files from different installers. This patch is to modify the CI process for Bottlenecks. Change-Id: I79dc79c6a9528678bf62caa1fa817273e040288c Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-05-25Add auto-report to MongoDByuyang1-2/+3
JIRA: BOTTLENECK-158 The auto-report function has been added to POSCA testsuite. This patch is to add report into CI pipeline. Change-Id: Ie91eb806ca3b5fd185e547f63f142cea2d7aaed0 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-03-28Adjust the testcase name for Bottlenecks stress test jobyuyang1-1/+1
JIRA: RELENG-195 JIRA: BOTTLENECK-143 The name of stress test in Bottlenecks has been changed due to the new entrance for it. So CI job for the stress test should be adjusted. Change-Id: I8432ea1c2dacb6cf42f09a5b74c3c6a93970a242 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-02-16Add CI job for traffic stress test in POSCA testsuiteyuyang1-0/+65
JIRA: RELENG-191 JIRA: BOTTLENECK-131 POSCA testsuite in Bottlenecks current have 2 stress testcases. This pathch is to add CI process for these traffic stress test. Changes: 1. Add posca stress traffic 2. Add posca stress dataplane 3. Cleanup env & run suite script refactoring 4. Call sh script process added Change-Id: I788bd91bca895bf01fd59802f1641747175c80ee Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>