rohitsakala [Mon, 20 Feb 2017 07:55:05 +0000 (13:25 +0530)]
Add unit tests to token based authentication
Projects has been choosen as an helper to test token success,invalid and
unauthorized
JIRA: FUNCTEST-739
Change-Id: Iecc68821f5cc85630c17e54144723cc6f5e21ded
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
rohitsakala [Thu, 16 Feb 2017 07:52:05 +0000 (13:22 +0530)]
Add token based authentication for post/update/delete
As the mongodb database is not so secure today, this has been added.
The token is stored in the mongoDB database. For now, authenticate variable is set
false so that there would be no problem in accessing the databse by jenkins
jobs.
JIRA: FUNCTEST-730
Change-Id: I12b3907d650fc63efbdb031ebf3dd09519750109
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
Jose Lausuch [Tue, 21 Feb 2017 19:18:05 +0000 (19:18 +0000)]
Merge "[deployment_handler] Fix some nits and improve output"
Tim Rozet [Tue, 21 Feb 2017 14:48:18 +0000 (14:48 +0000)]
Merge "Apex: Removes nosdn from verify"
Jose Lausuch [Tue, 21 Feb 2017 13:56:43 +0000 (13:56 +0000)]
Merge "[deployment_handler] Opendaylight node check"
tomsou [Mon, 20 Feb 2017 16:02:02 +0000 (16:02 +0000)]
[deployment_handler] Opendaylight node check
- Enhance functionality of manager.py to check if a node is opendaylight
- Update is_compute and is_controller methods, using the Role Class attributes
Change-Id: Icf1d83b289bf6e87f83b0e1b5bdd2f9da436cde5
Signed-off-by: tomsou <soth@intracom-telecom.com>
Jose Lausuch [Tue, 21 Feb 2017 11:52:34 +0000 (11:52 +0000)]
Merge "Fix dump_ovs_flows crashing when no nodes are passed"
SerenaFeng [Mon, 20 Feb 2017 06:32:29 +0000 (14:32 +0800)]
fix violation of import rule in TestAPI
TestAPI violate import rule of OpenStack Style a lot, like
Do not import objects, only modules
Do not import more than one module per line
Alphabetically order your imports by the full module path
This patch is mean to fix them.
Change-Id: Ia05b944a74b3f443c9101a9840f613f9a6f5ae49
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Tim Rozet [Mon, 20 Feb 2017 21:04:20 +0000 (16:04 -0500)]
Apex: Removes nosdn from verify
Since we now have gate jobs in order to verify functionality specific to
a scenario, we can eliminate running 2 pre-gate verify deploys with
nosdn and odl_l3. The consensus from Apex team is that we gain little
validation with nosdn in comparison to odl_l3, so we can remove nosdn
and then trigger it as a specific gate job if we need to validate its
functionality.
Change-Id: I23367ad746cedd8b091aa4ffaf53249fef3c0eee
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 20 Feb 2017 21:00:46 +0000 (21:00 +0000)]
Merge "Apex: Enables FDIO/VPP in daily job"
Tim Rozet [Mon, 20 Feb 2017 18:51:51 +0000 (13:51 -0500)]
Apex: Enables FDIO/VPP in daily job
Change-Id: I6c06ecd40b5c2d57ca8f62fd52fe78267b4a8735
Signed-off-by: Tim Rozet <trozet@redhat.com>
Aric Gardner [Mon, 20 Feb 2017 18:16:12 +0000 (18:16 +0000)]
Revert "fix for rtd verfiy"
This reverts commit
8f28f2de1aa8a473be54295d58a2311b40617efb.
Change-Id: Id4239ecf4d617440d1198ea7a13b8fecf5bb225b
Aric Gardner [Mon, 20 Feb 2017 17:38:20 +0000 (12:38 -0500)]
fix for rtd verfiy
Do not recursively clone submodules
rewrite submodule projects so that docs/ is project root
so we do not build rst files not in docs/
Change-Id: I97d4ca915014dcf8923a44a0c31d3c27ac415885
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Aimee Ukasick [Tue, 14 Feb 2017 16:28:57 +0000 (10:28 -0600)]
Initial add of Models job file
JIRA: MODELS-47
Created models.yml based on copper.yml.
Added shellcheck.
Change-Id: Ic7e451780ad271e66e47c49cc087748267c11b33
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
Aric Gardner [Mon, 20 Feb 2017 16:07:56 +0000 (16:07 +0000)]
Merge "Initial add of VES job file"
Juan Vidal [Mon, 20 Feb 2017 13:47:59 +0000 (13:47 +0000)]
Fix dump_ovs_flows crashing when no nodes are passed
Although it makes no sense that the lists of controller/compute nodes
are empty, the function should not crash.
This check ensures that the directory where the logs are written to is
always created before dumping anything.
Change-Id: I3a1fd8ac8ab983decb0bc227a2a22286ff5e34ce
Signed-off-by: Juan Vidal <juan.vidal.allende@ericsson.com>
Fatih Degirmenci [Mon, 20 Feb 2017 12:25:46 +0000 (12:25 +0000)]
Merge "KVMFORNFV : Enabling triggers for Kvmfornfv NO-HA scenarios."
Fatih Degirmenci [Sun, 19 Feb 2017 22:26:15 +0000 (23:26 +0100)]
joid: Create jobs for cengn-pod1
Change-Id: Ia8c43dabd5306cf6443bea910798ce7730089a5e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Aric Gardner [Fri, 17 Feb 2017 21:47:21 +0000 (16:47 -0500)]
We are already in the repo dir
fix cd line
Change-Id: Idc82ef5082788cf8aaeea711cef5ffb80fb9649d
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Aric Gardner [Fri, 17 Feb 2017 21:36:26 +0000 (16:36 -0500)]
Need to have these under submodule
increase timeout and ask for shallow clone
Change-Id: I93848c17b4f0d71271fe8bfa30bca6b8a0f509ba
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Aric Gardner [Fri, 17 Feb 2017 21:27:24 +0000 (16:27 -0500)]
Shallow clone and increate timeout for rtd verify
Change-Id: I45dc0ef41e88cd8be593ae14b28702a6aed147f9
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Feng Pan [Fri, 17 Feb 2017 21:20:23 +0000 (16:20 -0500)]
APEX: Change virtual ram for ovs-dpdk and vpp scenarios to 14G
Change-Id: I997202032fd868802166fb84aa0f77b27abf28cd
Signed-off-by: Feng Pan <fpan@redhat.com>
Julien [Sat, 11 Feb 2017 17:28:35 +0000 (01:28 +0800)]
Use securedlab for daisy configuration
pass configuration path, lab and pod info
JIRA:DAISY-40
Change-Id: I0f5dc1427cc33478bdecb8cf9c5f493b90993b7e
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Aimee Ukasick [Tue, 14 Feb 2017 20:46:25 +0000 (14:46 -0600)]
Removed call to change directories
JIRA: COPPER-33
Removed call to change directory to $WORKSPACE/ci since this
will cause an error (no tests dir in $WORKSPACE/ci).
Change-Id: If0c5ca0765f86114625e1659b946bcb92f40231b
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
Aric Gardner [Fri, 17 Feb 2017 18:06:47 +0000 (18:06 +0000)]
Merge "Install virtualenv"
jose.lausuch [Fri, 17 Feb 2017 09:44:38 +0000 (10:44 +0100)]
[deployment_handler] Fix some nits and improve output
Change-Id: I283564c2f9a651b6c6fd6ec8986a6c1d98a58b2c
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Jose Lausuch [Fri, 17 Feb 2017 16:07:13 +0000 (16:07 +0000)]
Merge "[deployment_handler] Add memory and cpu info to the nodes"
ShubhamRathi [Fri, 17 Feb 2017 15:26:35 +0000 (20:56 +0530)]
Install virtualenv
This patch installs virtualenv
in the slave machine.
Change-Id: Ib9dc27f30b135d6ba5a587df7825ad2e9cfbaf11
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
Jose Lausuch [Fri, 17 Feb 2017 12:22:59 +0000 (12:22 +0000)]
Merge "[deployment_handler] Fix getting roles from fuel node output"
Jose Lausuch [Fri, 17 Feb 2017 10:41:55 +0000 (10:41 +0000)]
Merge "Allow ericsson-virtual12 to to push test logs using gsutil"
Navya [Fri, 17 Feb 2017 09:49:14 +0000 (15:19 +0530)]
KVMFORNFV : Enabling triggers for Kvmfornfv NO-HA scenarios.
This patch includes implementation of jobs and triggers for
kvmfornfv os-nosdn-kvm_ovs_dpdk-noha and
os-nosdn-kvm_ovs_dpdk_bar-noha scenarios.
Change-Id: I1e0afd460f42a69b4618b73d032cd4e899e9cb54
Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
mei mei [Fri, 17 Feb 2017 09:28:46 +0000 (09:28 +0000)]
Merge "Add CI job for traffic stress test in POSCA testsuite"
jose.lausuch [Fri, 17 Feb 2017 08:10:50 +0000 (09:10 +0100)]
Allow ericsson-virtual12 to to push test logs using gsutil
This jjob complains about it's not a CI POD:
https://build.opnfv.org/ci/job/functest-fuel-virtual-suite-master/253/console
Change-Id: I7d65350060a855ab5bfddd1abdbe127fe3e0fbf3
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Markos Chandras [Thu, 16 Feb 2017 23:29:13 +0000 (23:29 +0000)]
Merge "prototypes: bifrost: Collect logs even if deployment fails"
Aric Gardner [Thu, 16 Feb 2017 18:25:54 +0000 (13:25 -0500)]
Add reverify alongside recheck
for gerrit-trigger-patchset-created
used by: docs-verify-rtd-master
Change-Id: Iedd6bb129d5dc94da9972b380f24ee4489beb5fc
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Markos Chandras [Thu, 16 Feb 2017 17:21:04 +0000 (17:21 +0000)]
prototypes: bifrost: Collect logs even if deployment fails
Move the collect-test-info.sh script to the 'exit' trap so we can
collect whatever logs we can even if the bifrost deployment failed.
Upstream change: https://review.openstack.org/433532
Change-Id: Icfbec01d894ff33e83730a40a09dc5540008dbaa
Signed-off-by: Markos Chandras <mchandras@suse.de>
jose.lausuch [Wed, 15 Feb 2017 21:35:21 +0000 (22:35 +0100)]
[deployment_handler] Add memory and cpu info to the nodes
output: http://pastebin.com/raw/KtuvGPs1
Change-Id: Ie4eb33b041e9ac0ac992a615a29dd7aeab7d857f
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Romanos Skiadas [Thu, 16 Feb 2017 11:19:29 +0000 (11:19 +0000)]
[deployment_handler] Fix getting roles from fuel node output
The roles column that the fuel adapter should look in is "roles" but
it accidentally ended up looking in "pending_roles".
Change-Id: Ifcc59c16da2c604e60ca4d6e3ab33b5b91a029b6
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
yuyang [Wed, 15 Feb 2017 04:51:18 +0000 (12:51 +0800)]
Add CI job for traffic stress test in POSCA testsuite
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>
ShubhamRathi [Wed, 15 Feb 2017 20:25:00 +0000 (01:55 +0530)]
Removed -u flag from pip install
Change-Id: Iffd95b14ee2e1f427ebaa3e579027238957bedc5
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
ShubhamRathi [Wed, 15 Feb 2017 19:53:14 +0000 (01:23 +0530)]
Install virtualenv
Installing virtualenv in doc shell
Change-Id: I3a77f09d7b2921064e1d599cd2e59c0140d71995
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
ShubhamRathi [Wed, 15 Feb 2017 19:27:42 +0000 (00:57 +0530)]
Bug fix to doc jobs.
Change-Id: I65b78a6772288f22db6cd0e0bcd2b10661acc02d
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
ShubhamRathi [Wed, 15 Feb 2017 18:55:14 +0000 (00:25 +0530)]
Fix bugs for new doc jobs
Added new macro and changed parameters
in docs-rtd.yml
Change-Id: Ibb3306853e241674099ae0227719af6dc1280d1f
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
Aric Gardner [Wed, 15 Feb 2017 16:31:32 +0000 (16:31 +0000)]
Merge "New doc jobs on lf-build1"
Tim Rozet [Wed, 15 Feb 2017 14:56:44 +0000 (14:56 +0000)]
Merge "Apex,Functest: Updates env detection"
Tim Rozet [Tue, 14 Feb 2017 19:55:26 +0000 (14:55 -0500)]
Apex,Functest: Updates env detection
If Apex installer VM doesn't exist (such as in snapshot deployments) and
the credentials file is already provided, then can continue functest.
This patch adds that functionality and removes detection for the
"instack" installer VM which is deprecated.
Change-Id: I4267aebbcf0582529f38d451a7e8ba30f71c132a
Signed-off-by: Tim Rozet <trozet@redhat.com>
“Manuel Buil” [Wed, 15 Feb 2017 09:18:03 +0000 (10:18 +0100)]
Bug fix: We are comparing an integer with a string
The config file in SFC using this library was providing an integer
whereas FUEL was providing a string.
e.g. we were comparing 5 with '5' and thus the return was false
Change-Id: I04c27403d479c45acd102a3dde848ba5b2427a10
Signed-off-by: “Manuel Buil” <mbuil@suse.com>
Jose Lausuch [Wed, 15 Feb 2017 09:48:04 +0000 (09:48 +0000)]
Merge "Fix ovs_logger to use correct opnfv_logger module"
Ryota Mibu [Wed, 15 Feb 2017 09:23:37 +0000 (09:23 +0000)]
Merge "[doctor] fix log cleaner and exclude joid testing"
Ryota MIBU [Wed, 15 Feb 2017 09:19:48 +0000 (09:19 +0000)]
[doctor] fix log cleaner and exclude joid testing
Change-Id: Ibf5a23efa8948eb8da693d302e5a8b0a984e3237
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Jose Lausuch [Wed, 15 Feb 2017 08:50:35 +0000 (08:50 +0000)]
Merge "implement delete and related unittest"
George Paraskevopoulos [Wed, 15 Feb 2017 08:48:45 +0000 (10:48 +0200)]
Fix ovs_logger to use correct opnfv_logger module
Change-Id: I7c72a75324897231a583f38d424dedea42b20f3d
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
Serena Feng [Wed, 15 Feb 2017 08:43:43 +0000 (08:43 +0000)]
Merge "Update emailbox"
Jose Lausuch [Wed, 15 Feb 2017 08:22:55 +0000 (08:22 +0000)]
Merge "[deployment_handler] Re-write node default string printout"
Jose Lausuch [Wed, 15 Feb 2017 08:22:41 +0000 (08:22 +0000)]
Merge "[deployment_handler] Add OVS version info"
Jose Lausuch [Wed, 15 Feb 2017 08:22:29 +0000 (08:22 +0000)]
Merge "[deployment handler] Add Roles and Status classes"
SerenaFeng [Wed, 15 Feb 2017 02:58:36 +0000 (10:58 +0800)]
implement delete and related unittest
JIRA: RELENG-163
Change-Id: I7fe45f3e92c3dc5f5b32582561249150a2cdb8cf
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Morgan Richomme [Tue, 14 Feb 2017 12:58:21 +0000 (13:58 +0100)]
Bug Fix: tranlate build tag into jenkins url
Include HEALTHCHECK Tier in the reporting
Change-Id: I4a5a8aeb7564ca35c9199c7925ac344b43270d87
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Aimee Ukasick [Tue, 14 Feb 2017 16:41:14 +0000 (10:41 -0600)]
Initial add of VES job file
JIRA: VES-10
Created ves.yml based on copper.yml.
Added shellcheck.
Change-Id: I15541416b7678e2ddab2bd3afabb36fb21afb497
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
jose.lausuch [Mon, 13 Feb 2017 22:14:49 +0000 (23:14 +0100)]
[deployment_handler] Re-write node default string printout
example output: http://pastebin.com/raw/dm3SEA43
Change-Id: I06b4e08897e8303dd938749636e00ae193e91dca
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
jose.lausuch [Mon, 13 Feb 2017 21:45:19 +0000 (22:45 +0100)]
[deployment_handler] Add OVS version info
Change-Id: I485f969dff29a2d1757ce56c62dda294f44341e2
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
jose.lausuch [Fri, 10 Feb 2017 16:10:18 +0000 (17:10 +0100)]
[deployment handler] Add Roles and Status classes
By doing this, we can handle roles and status as a
list in the node object.
Output: http://pastebin.com/raw/PAMrWRJi
Change-Id: I0e3c7f375b19548a7e424e3257b84424c8fe4725
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
ShubhamRathi [Sun, 12 Feb 2017 18:55:25 +0000 (00:25 +0530)]
New doc jobs on lf-build1
New doc jobs have been configured to
run on build slaves (lf1-build1) since
git version on master does not support
submodules.
Verify patch has been made non-voting.
Change-Id: I05224f42156202450b7f5eb36c2ce23f14deff2c
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
jose.lausuch [Wed, 8 Feb 2017 13:25:34 +0000 (14:25 +0100)]
[deployment handler] Add support for Clusters in Fuel
Fix minor apex issues.
Output of example.py
http://pastebin.com/raw/x70Uj85V
Change-Id: I6013f5c4d916126f79afd40a6d6a35278c8ed26f
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Tim Rozet [Tue, 14 Feb 2017 17:18:11 +0000 (17:18 +0000)]
Merge "APEX: Add fdio specific network settings file to virtual deployments"
Tim Rozet [Tue, 14 Feb 2017 16:42:13 +0000 (11:42 -0500)]
CSIT: Modifies functest installer var to be apex
Functest fails to execute the tempest smoke suite unless the installer
provided is apex.
Change-Id: Ic4b726479f15dca87fd2e2e2f62a080637a774a3
Signed-off-by: Tim Rozet <trozet@redhat.com>
jose.lausuch [Tue, 14 Feb 2017 13:37:05 +0000 (14:37 +0100)]
Fix flake8 violations in releng
Change-Id: I45769ff9c9db2de9fbba69117a92de414dd7f651
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Morgan Richomme [Tue, 14 Feb 2017 14:06:48 +0000 (15:06 +0100)]
Bug fix: Huawei POD12 was still not considered as CI POD
Missing space in list of CI PODs
Change-Id: I631ffcac6b8cb9a2f42c55610eb01c43edfae9f4
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Feng Pan [Mon, 13 Feb 2017 22:46:45 +0000 (17:46 -0500)]
APEX: Add fdio specific network settings file to virtual deployments
Change-Id: I9bbcd1b801d10b6fab6b32b33372260ac2e65cae
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Mon, 13 Feb 2017 22:35:44 +0000 (17:35 -0500)]
CSIT: updates csit functest to use tempest smoke serial
Puts this in-line with what is tested on the snapshot promote so we have
apples to apples comparison of results.
Change-Id: I4f333b0a675eed23bb9107c32a59bcf92f461d3b
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 13 Feb 2017 21:30:01 +0000 (16:30 -0500)]
CSIT: Fixes bug with routes and compute nodes
Change-Id: I2b5625ce9458ff4438ffc556bb08c4d6a6ace03d
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 13 Feb 2017 20:51:40 +0000 (15:51 -0500)]
CSIT: adds route fix for functest
Change-Id: I3dae88e8af728bbcef0f0d4be27478cf7b8e06fc
Signed-off-by: Tim Rozet <trozet@redhat.com>
Jose Lausuch [Mon, 13 Feb 2017 19:11:10 +0000 (19:11 +0000)]
Merge "Add lint to releng repo"
Tim Rozet [Mon, 13 Feb 2017 18:28:55 +0000 (13:28 -0500)]
CSIT: Fixes credential file passing
Change-Id: I1605452d5ad4e61915e537677fc291f911dfb6e8
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 13 Feb 2017 17:50:36 +0000 (17:50 +0000)]
Merge "[APEX][GLUON] Add to gluon to apex-daily"
Tim Rozet [Mon, 13 Feb 2017 17:37:24 +0000 (12:37 -0500)]
CSIT: Fixes path for overcloudrc
The path was being literally passed to the ENV variable in Jenkins with
quotes, which doesn't work. Removing quotes.
Change-Id: I0d637d898cbc3c40b26e39b8301feb964de3c57f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 13 Feb 2017 16:48:47 +0000 (11:48 -0500)]
CSIT: fixes for functest
Since we have no 'installer' for CSIT snapshot deployments, we need to
indicate to functest where the RC credentials are. This patch adds
that, as well as modifying the IP configured for the host br-external
bridge to be the GW IP for the external neutron network. This will
allow floating IPs to work with the Functest container.
Change-Id: Ie594de8cb2d7837abfad612b9ba49b0c02e7b2be
Signed-off-by: Tim Rozet <trozet@redhat.com>
Nikolas Hermanns [Fri, 3 Feb 2017 10:37:45 +0000 (11:37 +0100)]
[APEX][GLUON] Add to gluon to apex-daily
Change-Id: I2c5640373e159d8983fa3c6352cc094b122f8e9e
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Morgan Richomme [Mon, 13 Feb 2017 09:16:29 +0000 (09:16 +0000)]
Merge "No action when no container is there"
Ryota Mibu [Mon, 13 Feb 2017 09:02:56 +0000 (09:02 +0000)]
Merge "Add call to run shellcheck"
helenyao [Mon, 13 Feb 2017 07:13:10 +0000 (02:13 -0500)]
No action when no container is there
Docker complained about no container is there when calling the container
removal step without checking the existence of container.
In this change, action will be taken only if there is any container.
Change-Id: I32efc98bb4e2c2f5a47bffa88fc5c5b4c8e5d821
Signed-off-by: helenyao <yaohelan@huawei.com>
Serena Feng [Mon, 13 Feb 2017 01:49:01 +0000 (01:49 +0000)]
Merge "Fix escape errors"
Julien [Sat, 11 Feb 2017 17:49:42 +0000 (01:49 +0800)]
Update emailbox
company emailbox is not efficient for dealing with community emails.
Change-Id: Ic159bae1d622214b720023fa07508c79324c3538
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Tim Rozet [Sat, 11 Feb 2017 14:38:46 +0000 (09:38 -0500)]
CSIT: Fixes zip2tar conversion for ODL artifact
File modes were not being preserved using the python tool, hence
manually unpacking and re-packing now into tar.gz
Change-Id: I40289117ec74ea2717a2428e9542da3dc98f590e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 10 Feb 2017 23:12:59 +0000 (18:12 -0500)]
CSIT: Fixes permissions with sdnvpn odl_reinstaller
This is a temporary fix that should be removed when
fixed in sdnvpn repo.
Change-Id: I13f247090e72a625db3af932652e006a57418e1e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 10 Feb 2017 22:55:07 +0000 (17:55 -0500)]
CSIT: removes dir prefix on NETVIRT_ARTIFACT
Change-Id: I4d046d2be7342e7bf4b19e930dfa3c8f9dea8e79
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 10 Feb 2017 22:36:23 +0000 (17:36 -0500)]
Apex,CSIT: changes pip3 to use just pip
Change-Id: I0c8adbca67e5f2235bb2d48c19edc0f96400faab
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 10 Feb 2017 22:05:00 +0000 (17:05 -0500)]
Apex,CSIT: Fixes slaves and other bugs
Changes Include:
- Fixes phase jobs to run on the same node
- Removes using WORKSPACE/.tmp dir for unpacking snapshot since other
phase jobs will need access to these files. Now just unpacks to cache
directory
- Fixes download for ODL. The previous way ODL was being downloaded
was only if a manual patch-set job was run on the ODL gerrit. This
patch changes the download to use the zip artifact automatically
produced.
- The zip artifact is converted to tar.gz and stored in /tmp/ for the
install job to consume. Note: the conversion is done because the
odl-pipeline install scripts only currently accept tar.gz.
- Extra checks in install job to make sure required files exist and
have been previously unpacked by deploy job.
Change-Id: I38aad98cac247eb4af2839811388b119079bc7ba
Signed-off-by: Tim Rozet <trozet@redhat.com>
Aric Gardner [Fri, 10 Feb 2017 20:30:20 +0000 (20:30 +0000)]
Merge "Change automation to original testresults server"
rohitsakala [Fri, 10 Feb 2017 20:22:51 +0000 (01:52 +0530)]
Change automation to original testresults server
Changed port from 8711 to 8082 and auto to test in url. There are 3
successful builds.
https://build.opnfv.org/ci/job/testapi-automate-master/
Change-Id: I099b026eb22c7d95d8bf7345837e7c2234ef571d
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
Aric Gardner [Fri, 10 Feb 2017 20:18:34 +0000 (20:18 +0000)]
Merge "Apex: Fixes CSIT snapshot deploy script"
Tim Rozet [Fri, 10 Feb 2017 20:15:23 +0000 (15:15 -0500)]
Apex: Fixes CSIT snapshot deploy script
Change-Id: I84d3a485594e9ca4c6e0230f2243458fe4450f40
Signed-off-by: Tim Rozet <trozet@redhat.com>
rohitsakala [Fri, 10 Feb 2017 20:08:41 +0000 (01:38 +0530)]
Changing trigger to weekly for backup mongodb job
Change-Id: Ib3c0cb13dbab2d8c6f8b7fd2219900b32d153b8e
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
rohitsakala [Fri, 10 Feb 2017 19:55:43 +0000 (01:25 +0530)]
Bug fix type name and add parameter values
Change-Id: Idfa76608e796d9e27bbed4a351d16018e9380c59
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
Aric Gardner [Fri, 10 Feb 2017 19:20:02 +0000 (19:20 +0000)]
Merge "Add parameters and change trigger to change-merged"
Morgan Richomme [Fri, 10 Feb 2017 18:23:59 +0000 (18:23 +0000)]
Merge "update scenario and related unittest"
Aric Gardner [Fri, 10 Feb 2017 17:36:33 +0000 (17:36 +0000)]
Merge "Document experimental jobs"
Aric Gardner [Fri, 10 Feb 2017 17:30:00 +0000 (17:30 +0000)]
Merge "Add jobs to build arm functest images"
Aric Gardner [Fri, 10 Feb 2017 17:22:22 +0000 (17:22 +0000)]
Merge "Use the aarch64 image for functest"
Aric Gardner [Fri, 10 Feb 2017 17:18:41 +0000 (12:18 -0500)]
Add lint to releng repo
At jose_lausuch's request
Change-Id: I8354c78765b9ad4b4eb94df8b5c9affb84db3c4c
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>