Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
JIRA: DOVETAIL-180
Change-Id: I63c8108cb86dcf810b60648ce3f0eddd70f9cd68
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
|
|
|
|
- we already redirect all the logs of ansible, so publishing ansible.log is unnesesaary
Change-Id: Ic3daf59a379512ac370739aff292509f81fa697c
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: I678bdea2ff553a898135f36f9d0e1b0ca5ba8a98
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
|
|
|
|
|
|
This patch includes updated scripts for uploading kvmfornfv test
logs(example:ftrace logs) to artifacts for future debugging if needed.
Change-Id: I078169fc777de93cb2706bb07d77520da7527d73
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
|
|
|
|
Change-Id: I769bf1f4f6d0c399769422bc7a84a171c295cf2c
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
This patch includes implementation of jobs and triggers for
kvmfornfv ovs+dpdk+barometer HA scenario test case.
Change-Id: I1b8e4a660f18b479631ea30df80d66c0d75a1bcd
Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
|
|
This parameter is missed because there was no macro as
testresults-defaults.
Change-Id: I79e506943cfaab6568419b51c09981fd313522c6
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
|
|
The currentparameters for two phase jobs is set to true so that they run
on opnfv-build-ubuntu defaults and the second phase job has a
pre-defined parameter as it is to be run on testresults
Change-Id: Id5feb94f407d29f6a3d5aa88d321666f3ff463b5
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
|
|
This is done so that the parameters of the prevuious phase jobs are not
carried forward to next phase jobs
Change-Id: I91a068c75fe1658b3ca104613d3d59a6b82508e9
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
|
|
|
|
This is done so that we get to know the node on which it is built in the
console.
Change-Id: I7e0ff4dd2129637eb4b6e0476766c4fbcbcaafed
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
|
|
Change-Id: I7dbe800da270275593e24aa91afcc963de2acf98
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
|
|
We need python3-dev so we can install Python3 libraries like lxml
Otherwise we fail with:
building 'lxml.etree' extension
creating build/temp.linux-x86_64-3.5
creating build/temp.linux-x86_64-3.5/src
creating build/temp.linux-x86_64-3.5/src/lxml
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/libxml2 -Isrc/lxml/includes -I/usr/include/python3.5m -I/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/.tox/py3/include/python3.5m -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-3.5/src/lxml/lxml.etree.o -w
src/lxml/lxml.etree.c:85:20: fatal error: Python.h: No such file or directory
compilation terminated.
Compile failed: command 'x86_64-linux-gnu-gcc' failed with exit status 1
creating tmp
cc -I/usr/include/libxml2 -I/usr/include/libxml2 -c /tmp/xmlXPathInitmtir1fki.c -o tmp/xmlXPathInitmtir1fki.o
/tmp/xmlXPathInitmtir1fki.c:2:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
main (int argc, char **argv) {
^
cc tmp/xmlXPathInitmtir1fki.o -lxml2 -o a.out
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
JIRA: RELENG-190
Change-Id: Icea4cff9bb9699fbd4bfc25dd201ff8bc6e6a902
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
|
|
|
|
|
|
Change-Id: I3421885ac8ced9139331d234b786929d11da4293
Signed-off-by: meimei <meimei@huawei.com>
|
|
JIRA: DOVETAIL-180
Change-Id: I26c02cd0805a8daf5a647e6c862f7befd0dbc34a
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
Change-Id: I8cd4ac73cd71d4baf99500b729aefdcb0ff9baca
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
- rename jobs to verify and validate
- add job for validate-setup
- move all scripts to helpers folder
- use auto variables to merge job templates
Change-Id: Ie1199e35e48b6a95861d9b7281fa7bdcc94212d9
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
Fuel and Armband deploy scripts trap internal errors and call exit
in the trap handler, so the releng wrapper exists before collecting
all deploy logs when shell option "errexit" is set.
JIRA: ARMBAND-217
Change-Id: Icb1e3277c3e137abb3225a2b9a0b4269eaf08fc6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
|
|
docker-update and generate-doc will run in opnfv-build defaults, and
docker-deploy will run in testresults.
Script will ensure this :-
Docker Images in testresults.opnfv.org
- N-1 docker image will be labeled as stable.
- N docker image will be latest.
Docker containers
- N-1 container will be stopped but not removed but will be removed in next iteration.
JIRA: FUNCTEST-689
Change-Id: I8c66ff716bae969b34fe698cdfa6140ef494ec49
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
|
|
|
|
Change-Id: Iea68bd0730c339ee42524920f53dbf54cafb9add
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
|
|
JIRA: RELENG-189
JIRA: BOTTLENECK-108
POSCA is a new testsuite in Bottlenecks aiming to locate the bottlenecks in parmetric
manner and to decouple the bottlenecks regarding the deployment requirements.
POSCA testsuite is planed to be released in Danube.
For more details, please refer to https://jira.opnfv.org/browse/BOTTLENECK-92
Change-Id: I9c42903fff64beb4fa15e6dae26e33590a350b93
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
|
|
|
|
Change-Id: I0999ec19896b5c80e9b6c9de469e7fbe36237b0d
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: I6e204de948fb41e02875b750aa3fe2caa87fa7d6
Signed-off-by: meimei <meimei@huawei.com>
|
|
This patch enables doctor joid jobs for verification.
This patch also makes sure there is no log files before starting tests.
Change-Id: Idee794490c4ce794f3e7b7621fffcd5edeed9c83
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
We need to start adding support to Python3 to match
Openstack support for Python3.
Use tox and move all the env setup to tox.ini
JIRA: YARDSTICK-452
Change-Id: Ie57b5edd87ab6fad641a174f468d3265757e0f71
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
|
|
JIRA: DOVETAIL-180
Change-Id: Id391924d4290eb05e89c8d5d25e82e76774579a9
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
Change-Id: Ia8bda581c2e040ad00db6f21022f0d748ca314c9
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: I135a9792a897e8b4fa99ef888b84d58c9a11dc69
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Points deployment to local artifacts and not RPMs
Change-Id: I6d65dd644b7e7d1d2f54738e30a56e5d0e75131f
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
We dont want to use the builder job, since we dont want RPMs/ISOs
created/uploaded. Minor fix to functest job trigger.
Change-Id: Ifc80dd0fe0dbf2261adf3ae00c39ba814cba548c
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: If84b310afdca95a4ffa85de218b549cecf1916e2
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Also adds some extra blocking.
Change-Id: I3dc4526624fdd54b1f124f12f9dc3b3034ad9413
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
|
|
Change-Id: I67da4fe16584ae8f47b341883623674b89156699
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
|