Tim Rozet [Wed, 17 May 2017 15:58:59 +0000 (15:58 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Adding yamllint to build checks"
- Adding yamllint to build checks
- making formatting changes to yaml files to meet yamllint checks
Change-Id: Id48a8446512943e908e61dc00bbe6c033af27775
Signed-off-by: Dan Radez <dradez@redhat.com>
jose.lausuch [Wed, 17 May 2017 12:17:21 +0000 (14:17 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update self.result value to INT
So far, the test cases are storing a string "PASS" "FAIL"
in the self.result variable.
The way the new framework works is with INT Values.
Change-Id: I45e8693327740faadd8254b21569adfb2cefa6c8
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Cedric Ollivier [Wed, 17 May 2017 11:46:38 +0000 (11:46 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Conform constants.py with the minimal standards"
- Conform constants.py with the minimal standards
It adds the shebang to constants.py and its dependencies and stops
importing from a relative path. It stops printing obsolete values too.
It adds python3 support to them by the way.
Change-Id: Ie7bddcf253eb245844d9e11c17acc69943c1ba63
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Wed, 17 May 2017 10:02:47 +0000 (12:02 +0200)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Set again run_tests.py's report flag
It was deleted by the previous change [1]
[1] https://gerrit.opnfv.org/gerrit/#/c/34137/
Change-Id: Icfc9b43c30febe21501a9413196cc84f9553ce39
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
narindergupta [Wed, 17 May 2017 11:39:34 +0000 (06:39 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- fixed syntax error.
Change-Id: I04d4fa6fbf68bfe3f320f18a4168be9dd73da6cf
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Jose Lausuch [Wed, 17 May 2017 08:59:11 +0000 (08:59 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Fix an unorderable types error (if python 3)"
- Fix an unorderable types error (if python 3)
Change-Id: I07c5a548f10a1779faead4d9c596a1976aff8866
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jose Lausuch [Wed, 17 May 2017 08:59:01 +0000 (08:59 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Add Python3 support to the ODL testcase"
- Add Python3 support to the ODL testcase
It also adds this support to its dependencies.
Change-Id: I0534f0c7b0e15a9ee89f522f314cf5200874454c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jose Lausuch [Wed, 17 May 2017 08:56:08 +0000 (08:56 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Converted vPing to leverage the object-oriented SNAPS library."
- Converted vPing to leverage the object-oriented SNAPS library.
JIRA: FUNCTEST-577
1. Replaced procedural openstack_utils with the object-oriented SNAPS
library
2. Tests now clean themselves up.
3. Improved code documentation.
4. Removed dependency on file-based Cirros image and now leveraging the
download URL.
5. Removed hardcoded location to the testcases.yaml file to leverage
the value in config_functest.yaml
6. Included optional flavor metadata based on the scenario being tested
7. Included support for multi-part images.
8. Added enhanced support for configurable images. see SNAPS-76
Fixed line length verification problem with the previous submission
Fixed retrieval of external network name to be dynamic.
Changed external network name retrieval to leverage the newly merged
snap_util.get_ext_net_name() function
Added the creation and deletion of flavors.
SNAPS now has the ability to add/remove security groups from running instances.
Changed VMInstance constructor by moving userdata to configuration object.
Change-Id: I0ef5e268eb153d696bb4d9a7533f780e5c603d26
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Linda Wang [Mon, 15 May 2017 07:57:59 +0000 (07:57 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Update logger via logging.getLogger()
1. The module functest.utils.functest_logger has been deleted and
logger has been reconfigured in functest [1].
2. Update all related modules to get loggers via logging.getLogger().
[1] https://gerrit.opnfv.org/gerrit/#/c/34019/
JIRA: FUNCTEST-824
Change-Id: I89f5d15342b5f257fbc2700655e255a4e28bd36f
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Alex Yang [Thu, 11 May 2017 16:08:01 +0000 (00:08 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- add separated disk for ceph in multi-nodes virtual deploy
Change-Id: Ic3f67bb889c20e95916a1052f0cfa1e238f133a8
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Jamo Luhrsen [Wed, 10 May 2017 17:27:14 +0000 (10:27 -0700)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update/Add requirements to run ODL robot CSIT
It conforms test_odl.py with the new RobotFramework API too.
It also updates test-requirements.txt as required by the current
implementation of run_unit_tests.sh.
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ibca0150a40d3b8a3f736be1e9dcbf9ce56af0299
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Morgan Richomme [Wed, 17 May 2017 06:43:34 +0000 (06:43 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "bugfix: /resources.json and /APIs cannot be accessed"
- bugfix: /resources.json and /APIs cannot be accessed
1. change the join way of discover_url
2. limit tornado version not to use latest 4.5
Change-Id: I39dfd3b32bf232a7c144087bc9d5f88fb6798ee7
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
zhihui wu [Wed, 17 May 2017 02:07:18 +0000 (02:07 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "delete unuse code in directory /qtip"
- delete unuse code in directory /qtip
Change-Id: I6732c7cf572d5b744c3a176ce266b9739e9233fd
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
zhihui wu [Wed, 17 May 2017 02:06:52 +0000 (02:06 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "delete unuse code in directory legacy"
- delete unuse code in directory legacy
Change-Id: I31427e8a59ea241e882f41222f211fffe709043f
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Ross Brattain [Tue, 16 May 2017 22:39:42 +0000 (15:39 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- fix multi-monitor unitest hang
need to mock SSH.from_node().execute.return_value
because we switch most SSH calls to use from_node()
factory function
Change-Id: Ibea525c2fcc243d41de8ccbcd40bc98532d69006
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Linda Wang [Mon, 15 May 2017 09:07:53 +0000 (09:07 +0000)]
Update git submodules
* Update docs/submodules/netready from branch 'master'
- Update logger in netready via logging.getLogger()
1. The module functest.utils.functest_logger has been deleted and
logger has been reconfigured in functest [1].
2. Update gluon-test-suite.py to get logger via logging.getLogger().
[1] https://gerrit.opnfv.org/gerrit/#/c/34019/
JIRA: FUNCTEST-824
Change-Id: If7254171bf1146dc7f5a0792705cecf2e84d15c5
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Jiang, Yunhong [Tue, 16 May 2017 20:34:40 +0000 (20:34 +0000)]
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'master'
- Merge "Adding breaktrace & disabling timer migration"
- Adding breaktrace & disabling timer migration
This patch is used to update yardstick branch and provide
breaktrace value for executing cyclictest. Also used to
disable kernel timer migration on guest.
Change-Id: I44237b6a3711aa22bcabd0aaad199057efa38137
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
spisarski [Fri, 12 May 2017 19:59:04 +0000 (13:59 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Added support for offline testing
Expanded the image_metadata used by the tests for overriding default
images for not only supporting 3part images but also to support offline
testing as required by Functest.
JIRA: SNAPS-67
Change-Id: I6975e7b51fa879fe984af64402939c465df95184
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
davidjchou [Tue, 16 May 2017 07:26:21 +0000 (00:26 -0700)]
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'master'
- Generating a kvmfornfv rpm which doesn't includes the debug info
for Danube release 3 Apex installer
Upstream status: N/A
Change-Id: Ia5c36969419cb45d362990ad7cd23e3b4d7c5045
Signed-off-by: davidjchou <david.j.chou@intel.com>
spisarski [Tue, 16 May 2017 19:57:26 +0000 (13:57 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Ensure creators' constructors cannot raise exceptions.
While creating unit tests for vPing that is using SNAPS, exceptions can
be raised when retrieving their respective OpenStack clients with
incorrect credentials. Moved client retrieval to the create() method
which one should expect exceptions to be raised.
JIRA: SNAPS-81
Change-Id: Id8e4279f60b97704b25a89c6312dcf2ebdc3f459
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Jose Lausuch [Tue, 16 May 2017 16:05:16 +0000 (16:05 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Fix one minor typo"
- Fix one minor typo
Change-Id: Id17070985adfbe7817f3be25b47f583cb9ef90b6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jose Lausuch [Tue, 16 May 2017 16:03:12 +0000 (16:03 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Fully cover the decorator"
- Fully cover the decorator
Change-Id: I1f1c938f0715e6afb7edbb8242f9a6c9cbfa65b5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jose Lausuch [Tue, 16 May 2017 16:03:10 +0000 (16:03 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Assign the wrapped function’s attributes"
- Assign the wrapped function’s attributes
It mainly assigns to the wrapper push_results_to_db's __name__,
__module__ and __doc__ and the documentation string.
Change-Id: Idc882ac4e743699a4887e46c5066e0983c90afd9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jose Lausuch [Tue, 16 May 2017 15:23:41 +0000 (15:23 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Additional Unit Tests for core modules"
- Additional Unit Tests for core modules
This patch adds unit tests for vnf and pytest_suite_runner.
It also fixes several pylint warnings/errors.
Additional tests are required to check args values.
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I75a829233481655c794402830e1da037ab7cdb8d
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
Jose Lausuch [Tue, 16 May 2017 15:23:27 +0000 (15:23 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Get a logger before printing"
- Get a logger before printing
It also fixes pylint errors.
Change-Id: I0d973360574a517724d0be3986c788c3ce7f54d4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Markos Chandras [Tue, 16 May 2017 15:01:35 +0000 (15:01 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "jjb: xci: bifrost: Clone git repositories to $WORKSPACE"
- jjb: xci: bifrost: Clone git repositories to $WORKSPACE
Commit
0638af211db1 ("jjb: xci: xci-deploy.sh: Run the deployment
script as normal user") dropped 'sudo' from the bifrost provisioning
script. However this broke the jobs since the repositories were being
cloned into /opt where the jenkins user has not access to. As such,
clone the repositories in the $WORKSPACE directory instead.
Fixes:
0638af211db1 ("jjb: xci: xci-deploy.sh: Run the deployment script as normal user")
Change-Id: I55baceaada04496884470997562e3f512f2444a0
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Tue, 16 May 2017 15:01:32 +0000 (15:01 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "jjb: xci: xci-deploy.sh: Run the deployment script as normal user"
- jjb: xci: xci-deploy.sh: Run the deployment script as normal user
xci-deploy.sh can now be run as normal user so fix the Jenkins job
accordingly.
Change-Id: Ifd0d7e4c42c930dbee0bbc30836fadc1a54f2f95
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Tue, 16 May 2017 15:01:30 +0000 (15:01 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "prototypes: xci: Look for SSH keys in $HOME directory"
- prototypes: xci: Look for SSH keys in $HOME directory
We no longer run everything as root so we need to look for SSH keys
in the appropriate home directory.
Change-Id: Iae1f7eb80059e7d369c8e0c8b6c33c6a4f673f94
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Tue, 16 May 2017 15:01:26 +0000 (15:01 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "prototypes: xci: Move host keys away from / directory"
- prototypes: xci: Move host keys away from / directory
Putting the host keys in '/' requires root privileges so
it's best if we place them in the same directory like the
rest of the XCI files.
Change-Id: I030ed3d6cbb57bb984a78aeffb4eca2bd5c10bb0
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Tue, 16 May 2017 15:01:23 +0000 (15:01 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "prototypes: xci: Add ability to use local repositories for testing"
- prototypes: xci: Add ability to use local repositories for testing
When developing XCI features it's useful to be able to use the local
repositories rather than cloning them from git since that makes
it harder to test local modifications against XCI. As such, we add
three new variables which can be used to hold local paths to the
bifrost, releng and openstack-ansible repositories. We are still
cloning the repositories but we then use the 'synchronize' Ansible
module to copy modified files from the local repositories.
Change-Id: I6d593ea48d8b9c51415d9d0848f77a498ef2f486
Signed-off-by: Markos Chandras <mchandras@suse.de>
Fatih Degirmenci [Tue, 16 May 2017 15:01:09 +0000 (15:01 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "prototypes: bifrost: Remove OPNFV specific group_vars file"
- prototypes: bifrost: Remove OPNFV specific group_vars file
The only reason we had this file was because we had to define our own
'ssh_public_key_path' variable to look in the /root directory since we
were running everything as root. Since we are now moving away from this
approach, this file is not needed anymore.
Change-Id: Ic938c4c8c877c95ce261721dc32fc5147081e236
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Tue, 16 May 2017 14:58:58 +0000 (14:58 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "prototypes: xci: configure-localhost: Use 'connection: local'"
- prototypes: xci: configure-localhost: Use 'connection: local'
Since we are operating on localhost, there is no need to do that via ssh
so we use 'connection: local' instead. Moreover, we do not need to
execute everything as root so we drop the remote user directive.
Change-Id: Ib2127edad29e2da1cd1beebf42cb8f0d278ce3ad
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Tue, 16 May 2017 14:58:55 +0000 (14:58 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "prototypes: xci: provision-vm-nodes: Do not provision VMs as root."
- prototypes: xci: provision-vm-nodes: Do not provision VMs as root.
There is no need to provision VM nodes as root. The only thing that we
need to run as root is the destroy-env.sh script and for that we move
it to its own play so we can use Ansible's become directive. Moreover,
since this playbook operates on localhost we can use 'connection: local'
so we don't have to execute everything via ssh and possibly speed up
the whole process.
Change-Id: Ia9efd5f30e95385b5cf193dde352f93551846c0e
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Tue, 16 May 2017 14:58:52 +0000 (14:58 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "prototypes: xci: user-vars: Move root directory away from /opt"
- prototypes: xci: user-vars: Move root directory away from /opt
Having everything in the /opt implies root privileges. However, xci
should work as normal user and as such we use the /tmp directory as
the root directory.
Change-Id: I985ded289208e1de53ad0ba878afd5bfd745c3fd
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Tue, 16 May 2017 14:58:49 +0000 (14:58 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "prototypes: xci: xci-deploy: Do not use sudo when connecting to remote hosts"
- prototypes: xci: xci-deploy: Do not use sudo when connecting to remote hosts
In preparation for running xci-deploy as normal user, we do not need to
gain elevated privileges in order to connect to remote hosts. SSH keys
will be placed in user's ssh directory so we can ssh as normal user.
Change-Id: Ieb705515ec191955a646839e8f195d089df184bd
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Tue, 16 May 2017 14:58:45 +0000 (14:58 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "prototypes: xci: Do not require root privileges in xci-deploy"
- prototypes: xci: Do not require root privileges in xci-deploy
There is no good reason to run the script as root. If elevated
privileges are required then we will do it on a per case basis.
Change-Id: I7195fb3a0026ea20ce04e0b652dd3c1c56ca5741
Signed-off-by: Markos Chandras <mchandras@suse.de>
jose.lausuch [Tue, 16 May 2017 09:28:14 +0000 (11:28 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Add enabled flag in testcases.yaml
This will allow enable/disable test cases directly
using true/false.
Change-Id: Iaa7d051ebb8dd9e5a6f835a823f58f1e17a87b8d
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Cédric Ollivier [Thu, 11 May 2017 11:01:16 +0000 (13:01 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Switch from generate_report to PrettyTable
run_tests.py now relies on PrettyTable as most of the openstack clients.
generate_report.py and its related unit tests are simply removed.
It sets padding_width=5 in testcase.py too to conform with
run_tests.py.
Now report is printed in every case.
Change-Id: Id9ce93f984503f25d6a2150482f397853fa3dd64
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sat, 6 May 2017 17:54:38 +0000 (19:54 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update framework pres
It takes into account the next framework modifications:
- Switch TestCase attribute criteria to result [1]
- Manage criteria in TestCase [2]
- Print the real testcase duration [3]
- Rename TestCase check_result() to is_successful() [4]
[1] https://gerrit.opnfv.org/gerrit/#/c/33695/
[2] https://gerrit.opnfv.org/gerrit/#/c/33697/
[3] https://gerrit.opnfv.org/gerrit/#/c/34369/
[4] https://gerrit.opnfv.org/gerrit/#/c/34373/
Change-Id: I3a6790e4233ef4c55b0535618dacf702f779f28b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Wed, 10 May 2017 09:38:32 +0000 (11:38 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix how to get tier_name
The tier name was incorrect when passing a test case as run_test.py arg.
Change-Id: I6f439fc7b90facb3f0553798bd1fe06ac9f09475
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Tim Rozet [Tue, 16 May 2017 13:50:06 +0000 (09:50 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: add ramdisk and kernel to upload
Change-Id: I81e89f9fe313977d6a06c6283cc5301f672a77c3
Signed-off-by: Tim Rozet <trozet@redhat.com>
Jose Lausuch [Tue, 16 May 2017 11:47:14 +0000 (11:47 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Modify TestCase.__str__() to use PrettyTable"
- Modify TestCase.__str__() to use PrettyTable
It adds PrettyTable as requirement even if it's already defined in
OpenStack client dependencies.
If the TestCase object is considered as invalid, it simply returns the
default str.
Change-Id: Iee788aef2a13694d9482560977cbbf21c7f2c967
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Serena Feng [Tue, 16 May 2017 11:33:40 +0000 (11:33 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "refactor config parser to facilitate adding new configs"
- refactor config parser to facilitate adding new configs
refactor hardcoded config.py to facilitate adding new
configurations come along with web portal and Authentication
features
Change-Id: Ibc16166ade0d6e730bb4c9d81e9b9bc9b297faa1
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
JingLu5 [Tue, 16 May 2017 05:21:13 +0000 (05:21 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Bugfix: change monitor command in tc019
JIRA: YARDSTICK-655
The original openstack command used for monitoring high availability openstack
nova-api service in tc019 is "nova image-list", the "openstack image list" command
used in tc019 now may not correctly show the nova-api service status.
This is patch swtich the monitor command to "openstack server list".
Change-Id: I8810f28b4328ceb4d911a3041a24774ae9cae8f0
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Yujun Zhang [Tue, 16 May 2017 08:29:20 +0000 (08:29 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Add support for manually installed (not using installer) OPNFV pod"
- Add support for manually installed (not using installer) OPNFV pod
Change-Id: I314882dd8a9e491f253f825a8da7ec4c91ed3321
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Yujun Zhang [Tue, 16 May 2017 08:29:12 +0000 (08:29 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Add arithmetic metrics"
- Add arithmetic metrics
Change-Id: I99b118931fd78a7908f32ddb418264576468118e
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Martin Klozik [Tue, 16 May 2017 07:23:02 +0000 (07:23 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "xena_pairs: Add pairs topology for 2544 testing"
- xena_pairs: Add pairs topology for 2544 testing
Add xena pairs topology and port removal options for JSON
files with RFC2544 testing. Refactored JSON code for
better expansion later.
Resolved pathing issues related to previous patch allowing
for execution of VSPerf from any directory.
JIRA: VSPERF-502
Change-Id: Ida60c1223ae0f45f8879351770ab7fdce859b59b
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
liyin [Mon, 8 May 2017 09:04:32 +0000 (09:04 +0000)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Delete testcase of rubbos and vstf.
JIRA:BOTTLENECK-167
This patch will delete vstf and rubbos testcase code.
Include some testcase config file,
if there will be someone who want to use this testcase
maybe B or C version code will contain those testcase.
if you use the D version code to run this two testcase
we will info you that:
Rubbos testsuite is not updating anymore.
This entrance for running Rubbos within Bottlenecks is no longer supported.
Change-Id: I04e4042ff3998b3696df2ed47a9ffab6f1620ec3
Signed-off-by: liyin <liyin11@huawei.com>
Yujun Zhang [Tue, 16 May 2017 01:56:43 +0000 (09:56 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Switch to qtip-cli for ci job
Change-Id: Id485803a56a89ef1dd80d3597bcc10e7d70cd87a
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Yujun Zhang [Tue, 16 May 2017 01:54:55 +0000 (09:54 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Remove prompt for teardown
Interactive prompt will block automatic task execution in CI
Change-Id: I435045186660ddda517f847e7cc33174e878da6d
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Ross Brattain [Tue, 16 May 2017 04:36:31 +0000 (04:36 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add a new monitor type: MultiMonitor that can run any number of other monitors at the same time."
- Add a new monitor type: MultiMonitor that can run any number of other monitors at the same time.
JIRA: YARDSTICK-397
Change-Id: Ic5cb79f0820029e306373abead1ea43fac9abee2
Signed-off-by: HuanLi <lihuansse@tongji.edu.cn>
Tim Rozet [Tue, 16 May 2017 04:07:34 +0000 (00:07 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fix clean cmds in deploy
Change-Id: I7da324903df1cc0c26cfba4433748dab459bbeb1
Signed-off-by: Tim Rozet <trozet@redhat.com>
Alexandru Nemes [Mon, 8 May 2017 16:43:37 +0000 (19:43 +0300)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Fix AArch64 nested Docker install
Due to recent changes in official Dovetail Dockerfile,
which is running on Ubuntu 14.04, we need some changes
in our patch file for aarch64 in order to keep it working
on 16.04.
JIRA: ARMBAND-258
Change-Id: Icff8c5a16d90ec4b67204a5b525a7896c796ca11
Signed-off-by: Alexandru Nemes <alexandru.nemes@enea.com>
Tim Rozet [Tue, 16 May 2017 02:55:18 +0000 (22:55 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: add gerrit to deploy
Change-Id: I9260d053c74584e1c80e880d73d8671e3515b4c2
Signed-off-by: Tim Rozet <trozet@redhat.com>
DanielMartinBuckley [Wed, 5 Apr 2017 10:20:46 +0000 (11:20 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Create flavor from heat context
JIRA: YARDSTICK-582
Create a customizable flavor via heat context. All heat parameters
are configurable including Core Affinity. The default flavor name
is XXXX-flavor where XXXX is stackname. Flavor attributes are taken
from the heat context file. If a flavor attribute is not used it
takes default attribute value. If flavor name is not specified it
uses the server name + "-flavor" or stack-name + "-flavor".
Compute node specific attributes are configurable via "extra_specs"
attribute. See
https://docs.openstack.org/admin-guide/compute-flavors.html for
details.
Change-Id: If4015970b889b0b95bfa8eba9491ebf31e92f2c7
Signed-off-by: DanielMartinBuckley <daniel.m.buckley@intel.com>
Tim Rozet [Tue, 16 May 2017 02:05:10 +0000 (22:05 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes node parameters and git revision on verify
Change-Id: I02243d359b4204ab38dee143332c8d1bac86ac8e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 16 May 2017 01:57:16 +0000 (21:57 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: adds missing deploy env vars
Change-Id: I515afe7a8f230ebbece8ee4d99ca7744a6a35fb8
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 16 May 2017 00:19:29 +0000 (20:19 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes upload artifact
Change-Id: Ib12722ec85fe46d1b6dccb7bfc2da748386dac97
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 15 May 2017 20:06:48 +0000 (16:06 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes build directory in upload artifact
Change-Id: I5d3c5c76159a1bc4b83ef5855ad412962d00fcb6
Signed-off-by: Tim Rozet <trozet@redhat.com>
Aric Gardner [Mon, 15 May 2017 19:26:38 +0000 (19:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "KVMFORNFV: Common build packages for daily test cases"
- KVMFORNFV: Common build packages for daily test cases
This patch is used to upload the metadata file only for the artifacts
built by daily build job. Also used to add seperate checks for the
artifacts uploaded by build and test phases.
Change-Id: I4c760e2269f3251fd0de91a803123167fb2ad225
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Tim Rozet [Mon, 15 May 2017 19:01:19 +0000 (15:01 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fix apex upload for images
Change-Id: Ibff76b1ce7cb4e071e576fd111bfff8af2cc2021
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 15 May 2017 18:12:18 +0000 (14:12 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: updates cache to unique name
Change-Id: I4131efd042f5d1aa4e8a5dc78b24be8ba6fbf87c
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 15 May 2017 17:30:19 +0000 (13:30 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes dev label names for artifacts
Change-Id: I2dae20c688ccd2cb690c01a843cb75d5743e129b
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 15 May 2017 15:35:45 +0000 (11:35 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes checking dev for verify build
Change-Id: I8f283f6db366fc55a7eb52789affed7426521d17
Signed-off-by: Tim Rozet <trozet@redhat.com>
Yujun Zhang [Sat, 13 May 2017 03:15:49 +0000 (11:15 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Refactoring workspace related commands to `project` group
- renamed `workspace` to `project`, which is more accurate
- group create/setup/run/teardown into `project`
- shortcut for project commands, e.g. `qtip create` <=> `qtip project create`
- even shorter command alias, e.g. `qtip s` => `qtip setup`
Change-Id: I69ba5aa571bccc1cc4687481189c329b099bee91
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Yujun Zhang [Mon, 15 May 2017 15:15:56 +0000 (15:15 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Update readme of running with native `ansible-playbook` command"
- Update readme of running with native `ansible-playbook` command
Change-Id: Idd021dd6301c7ced7658460622ba4961b071c3c2
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Yujun Zhang [Mon, 15 May 2017 15:02:40 +0000 (15:02 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Check ssh-agent before running tests. Fail playbook if not running."
- Check ssh-agent before running tests. Fail playbook if not running.
- Need to start it manually. Not possible via playbook.
JIRA: QTIP-242
Change-Id: Ief593fe54a900f7aa36890be5317a60bcb65a82e
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Yujun Zhang [Thu, 11 May 2017 11:41:26 +0000 (19:41 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Get rid of `changed=false` flag in test result
Change-Id: I74c9634b708dbad82e6e4b0a04b44e16ff01ffdd
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Jiang, Yunhong [Mon, 15 May 2017 14:34:57 +0000 (14:34 +0000)]
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'master'
- Merge "To generate debug rpm and debian package for kvmfornfv kernel"
- To generate debug rpm and debian package for kvmfornfv kernel
This patch is used to strip the debug information from binary
files and generate separate debug package along with
binary package while building the kernel.The debuginfo package
is uploaded only for daily job.
Upstream status: Pending
Change-Id: Iad2cfd8e252d218a9d603e9dbed2aa557d83e263
Co-Authored by:shravani paladugula <shravani.p@tcs.com>
Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
George Paraskevopoulos [Mon, 27 Mar 2017 16:43:52 +0000 (19:43 +0300)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Upgrade robotframework-sshlibrary to 2.1.3
Robotframework sshlibrary monkeypatches paramiko runtime and version
2.1.1 causes
2017-03-27 15:24:23,196 - SSH utils - ERROR - _custom_start_client() got
an unexpected keyword argument 'timeout'
errors in SFC test because of the issue
https://github.com/robotframework/SSHLibrary/issues/158
This issue is resolved in version 2.1.3
Change-Id: I07f570c1a90f358b9f17aa6c959642d67e07a7e4
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
Tim Rozet [Mon, 15 May 2017 13:51:16 +0000 (09:51 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes building rpms for patches
Change-Id: I2de72d983035cbf79f9f09850cd98dfd349783ca
Signed-off-by: Tim Rozet <trozet@redhat.com>
kalyanreddy [Mon, 15 May 2017 09:42:11 +0000 (15:12 +0530)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- KVMFORNFV: Common build packages for daily test cases
This patch is used to upload the metadata file only for the artifacts
built by daily build job so that both the kvmfornfv cyclictest and
packet forwarding test cases will download the same artifacts uploaded
by the daily build job for testing on the test pod.
Change-Id: Ic2d58eca4fc86a257877159bb6910a2d8e8f3887
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Linda Wang [Mon, 15 May 2017 06:54:41 +0000 (06:54 +0000)]
Update git submodules
* Update docs/submodules/promise from branch 'master'
- Update logger via logging.getLogger()
1. The module functest.utils.functest_logger has been deleted and
logger has been reconfigured in functest [1].
2. Update run_tests.py to get loggers via logging.getLogger().
[1] https://gerrit.opnfv.org/gerrit/#/c/34019/
JIRA: FUNCTEST-824
Change-Id: I34d73aadc420a5381651d65fb6b55f0f58e0c11e
Signed-off-by: Linda Wang <wangwulin@huawei.com>
hongbo tian [Mon, 15 May 2017 04:26:34 +0000 (04:26 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "bugfix of wrong testcase name"
- bugfix of wrong testcase name
JIRA: DOVETAIL-430
this is wrong before(ipv6.tc023 same to ipv6.tc019),
fixed according to https://gerrit.opnfv.org/gerrit/#/c/34577/
Change-Id: I3d996a7c2adffc305b0f8fa6bcd87e4e6e4c5b7e
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Narinder Gupta [Sat, 13 May 2017 05:41:57 +0000 (00:41 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- typo corrected.
Change-Id: I1189a542d3975edc6ae3b6681f7dad31524dd4ca
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Zhijiang Hu [Mon, 15 May 2017 03:53:31 +0000 (03:53 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "refacort deploy.yml and add jsonschema to validate it"
- refacort deploy.yml and add jsonschema to validate it
1. add adapter type in deploy.yml
Do not rely on the pod's name to detemine whether impi or libvirt
should be used.
2. increase disk size in deploy.yml
The disk sizes should be bigger than 102400 mega-bytes according to
the minimum of root_lv_size in upstream openstack/daisycloud-core.
3. add schemas.py
Use jsonschema to validate deploy.yml
Change-Id: I3f197f93403caece75460147c8df49b95e0ae9d3
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Zhijiang Hu [Sat, 13 May 2017 09:39:57 +0000 (17:39 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Kill git-version-gen
This PS set the jasmine version in configure.ac so there is no need
to calculate version from git. So we can get rid of git-version-gen
as well as its GPL licence.
Change-Id: I7434dcd5259ba800f17e28281ef6c6f484aa7ef3
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Jun Li [Mon, 15 May 2017 01:47:06 +0000 (01:47 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "KVMFORNFV: Common build packages for daily test cases"
- KVMFORNFV: Common build packages for daily test cases
This patch is used to implement the common daily build job so that
both the kvmfornfv cyclictest and packet forwarding test cases will
download the same artifacts uploaded by the daily build job for
testing on the test pod.
Change-Id: Ifbe3ab1d6c62bd73c982065242cbfe29ce5dea1e
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Aimee Ukasick [Sun, 14 May 2017 02:52:07 +0000 (02:52 +0000)]
Update git submodules
* Update docs/submodules/ves from branch 'master'
- Merge "Align with VES 5.0 schema as published by AT&T."
- Align with VES 5.0 schema as published by AT&T.
JIRA: VES-2
Add README.md linking spec to current upstream version.
Change-Id: If222965123451ecedbb19b799414dfeb55bbe29d
Signed-off-by: bryan <bryan.sullivan@att.com>
Tim Rozet [Sun, 14 May 2017 02:24:19 +0000 (22:24 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: adds timeouts to deploy and build jobs
Change-Id: I760952825e9f3d36d66ecb51e26a66b8ad69aaac
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Sat, 13 May 2017 03:02:01 +0000 (23:02 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes build directory assumption in upload artifact
Change-Id: Iae230e37137b0408a74ba74bd551a88dd6ffa076
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Sat, 13 May 2017 02:45:07 +0000 (02:45 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Couple cleanups related to ocata update"
- Couple cleanups related to ocata update
- remove glance v2 enable
- remove bgpvpn
Change-Id: I2e09067e4f81c8a48e8f12475451b2a3c40289a7
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Sat, 13 May 2017 02:37:35 +0000 (22:37 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: changes build job to use git-scm-gerrit
Change-Id: I2701ecea73ae58dc6115a93cbfc8b35ef7949b3b
Signed-off-by: Tim Rozet <trozet@redhat.com>
tomsou [Thu, 11 May 2017 13:56:41 +0000 (13:56 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Do not enable bgpd during deployment
Do not enable bgpd in order to resolve the race condition between
bgpd daemon (enabled within apex deployment) and the bgpd
started by 6wind zrpcd in the frame of testcase 3 of sdnvpn.
JIRA: APEX-448
Change-Id: I3dfd41280e86e8a85b2269518abd8a504391de61
Signed-off-by: tomsou <soth@intracom-telecom.com>
Yujun Zhang [Sat, 13 May 2017 01:52:55 +0000 (01:52 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "The script for CI"
- The script for CI
- The script includes all steps to trigger QTIP test On CI.
- Add a dependency iputils-ping for command "ping"
Change-Id: Ia7712cc9eedf227686896e2a38f3b8baf03d7397
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
zhihui wu [Thu, 11 May 2017 08:35:33 +0000 (16:35 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- delete test scripts which are copied from releng/jjb/qtip
It is not suitable to copy these test scripts to QTIP.
Change-Id: I64df9f0b7b6886ccdef89e28db26cfc1f83df6d8
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Narinder Gupta [Sat, 13 May 2017 00:15:52 +0000 (19:15 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- modified to accomodate new naming convention for data api.
Change-Id: I236ad119218773ac380522c7c90097dc3455ef34
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Narinder Gupta [Fri, 12 May 2017 23:36:06 +0000 (18:36 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- modfied to support intel lab.
Change-Id: I7a6c9711dd322fe47f79af325cbe8e3f7a727bce
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Jiang, Yunhong [Fri, 12 May 2017 22:32:23 +0000 (22:32 +0000)]
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'master'
- Merge "Adding post-execute scripts to cyclictest execution"
- Adding post-execute scripts to cyclictest execution
This patch is used to add post-execute scripts to yardstick node
context teardown to disable the ftrace soon after the completion
of cyclictest execution through yardstick.
Change-Id: I9cac5868c51c2c9ffd9f397574b53dc606aef2d8
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Narinder Gupta [Fri, 12 May 2017 20:30:27 +0000 (15:30 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- fix for virshurl in case of bootstrap.
Change-Id: I10af2cbc02c27ac906897c5241f296413dc41ae3
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Narinder Gupta [Fri, 12 May 2017 18:00:23 +0000 (13:00 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- fix kubernetes bundle.
Change-Id: Id7d2b9fc6013c548f31024d41eb2c3f4e5ad1d31
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Narinder Gupta [Fri, 12 May 2017 17:14:08 +0000 (12:14 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- correct and update few corner cases.
Change-Id: I055975abdd84fd3c89bade506d3269f75225addb
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Narinder Gupta [Fri, 12 May 2017 14:29:58 +0000 (09:29 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- correct kube-control relationship
Change-Id: I8acd555fb138b3a00f9014bbcacf226d003c0056
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Martin Klozik [Fri, 12 May 2017 14:24:21 +0000 (15:24 +0100)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- ci: Update list of VPP TCs in daily job
JIRA: VSPERF-509
Change-Id: I03bfc5a2c8ff69e226464d307563e117b7f3318e
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Martin Klozik [Fri, 12 May 2017 13:56:54 +0000 (14:56 +0100)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- ci: Add VPP test execution into CI daily job
Basic set of VPP performance tests was added into
OPNFV CI daily job.
JIRA: VSPERF-509
Change-Id: I9cd6086a958d67dd0e395f962111e6d2b44bf86c
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
zhongjun [Mon, 8 May 2017 02:26:00 +0000 (10:26 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Compatible with the no mapping in network.yml
1)resolve the error ' AttributeError: 'NetworkConfig' object has
no attribute 'ext_mapping'' with the no mapping in network.yml.
2)resolve the creating external subnet failure if the external
netwok exists.
Change-Id: I578365d91b8b61f9f88a5d4ff2c9db9ecc512edc
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
Morgan Richomme [Fri, 12 May 2017 06:33:24 +0000 (06:33 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Add Energy recording support"
- Add Energy recording support
It adds helpers to send notifications to Energy recording API and
related unit tests.
It requires a dedicated section in functest config file
to set connectivity parameters to Energy recording API.
It is using shared API Recording at http://161.105.253.100:8888
Change-Id: Idcb74d1bf7341ccce7cc1c3926f22338ce24f714
Signed-off-by: Benoit HERARD <benoit.herard@orange.com>
Morgan Richomme [Fri, 12 May 2017 06:26:10 +0000 (06:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "re-enable testapi auto update"
- re-enable testapi auto update
Change-Id: Ied3c2f0c0ba1bd8cbaaa44bfff52ea52614db56c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Morgan Richomme [Fri, 12 May 2017 06:26:03 +0000 (06:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "add web portal framework for TestAPI"
- add web portal framework for TestAPI
Change-Id: I62cea8b59ffe6a6cde98051c130f4502c07d3557
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Morgan Richomme [Fri, 12 May 2017 06:25:22 +0000 (06:25 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "big fixes: wrong path"
- big fixes: wrong path
- remove link to daisy for storperf results
- fix yardstick installer page links
Change-Id: Idae2163862c681db05cfc24c5c29eaea793d3c88
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>