Age | Commit message (Collapse) | Author | Files | Lines |
|
Otherwise it raises conflicts about pbr version.
Change-Id: I4d708322889f9e5d63cb594badb63fded6bc9155
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
It updates tescases.yaml as run.sh is located in $PATH.
repo_doctor is removed as it's now useless.
It must be noted that doctor-test imports modules fom a relative path
which can break the integration. Pylint warms them (W0403) [1].
[1] https://docs.pylint.org/en/1.6.0/features.html
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Icd3071a8e371048370bd3e07e08b6b52ddb35c13
Depends-On: I2091cfe4751640bf83d77e1fdd713af1e31fa89d
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
|
|
|
|
Change-Id: I835a368fe78329e60e811e40c24f3609c7a8960c
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
|
|
|
|
Rally cannot work via latest pip:
[r.name.lower() for r in pip.req.parse_requirements(
rally AttributeError: 'module' object has no attribute 'req'
Badly it forbids building containers from a gerrit change.
Change-Id: Ie60344b2a7793729823643ba2c1d3c30500d56c4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
|
|
It's downloaded in all CI runs and forbids several ones (timeout).
Change-Id: I2f269d941990b7235eba7cc6d58ad17072495176
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
|
|
|
|
Change-Id: Iada952e3356fa89a122503c2a71aa31a9731469e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
When generating refstack client reference tempest conf file,
the step of tempest.conf backup is necessary.
So if the dir results/tempest is absent, error shows:
[Errno 2] No such file or directory:
'/home/opnfv/functest/results/tempest/tempest.conf'
Change-Id: I7aba5baff55a51881d125b28f99d71d0cc0a5c72
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
Change-Id: I62376dd02dd95ebff54c1ebf963267c6534181ed
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
The unittest of cloudify_vrouter cannot work now.
Change-Id: I1b6c591458aefe9aec628a02239f5c611ec3676c
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
|
|
|
|
|
|
Remove OpenStack utils in vnf_base
Support snaps for quotas management in cloudify_ims
Change-Id: I44e5b01bb26569276133e85dfc25bc2cceb03056
Signed-off-by: boucherv <valentin.boucher@orange.com>
|
|
|
|
|
|
|
|
|
|
|
|
Requires a deprecated Ceilometer API which was removed in ocata. Panko
provides the API but is not yet supported by OPNFV installers.
Change-Id: I85ab97099b8adfa1d15fe4195bc5703f2f4e83b8
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
|
|
Now there isn't a function named get_port_by_name in [1].
Use get_port to replace it.
[1]: https://git.opnfv.org/snaps/tree/snaps/openstack/utils/neutron_utils.py
Change-Id: Ide5d6b497092f66abe6b0452841007808ee908e6
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
|
|
Both testcases are disabled and the next reviews allow installing
them via packages:
- Add doctor-test package [1]
- Add domino package [2]
[1] https://gerrit.opnfv.org/gerrit/#/c/38177/
[2] https://gerrit.opnfv.org/gerrit/#/c/40911/
Change-Id: I03fc89c26f527e33417c17a8b1ab47d1c69c9a89
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
Next pip release will allow installing from git ref.
We will install it from git till it's released.
Change-Id: I4f26c5a137ca94e9925bd64787c8572848154850
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
Otherwise it forbids building functest from a gerrit changes.
DOMINO_TAG will be removed as soon as Domino offers a Python package.
Change-Id: I081d468ff563c0be43b03fbae6c4899ed7824220
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
Change-Id: Iaaee0c3e1c5377a5064660ad8396cfd8a7c5e250
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
JIRA: FUNCTEST-774
Change-Id: I259a9a37e40dba6a6594941d989e5aa1858e4a04
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
|
|
|
|
pexpect has been useless since onos testcases were removed [1]
[1] https://gerrit.opnfv.org/gerrit/#/c/40229/
Change-Id: I9de88ee56e44518568d6562d9cf639b9bf7be562
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
Otherwise pip fails when it checks it again [1].
[1] https://hub.docker.com/r/opnfv/functest-features/builds/b8ziypongh8eexgsatdpyhm/
Change-Id: I973f41f8a8e757c01c9c17d57323c7e737b76741
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
|
|
requirements.txt must have been updated by the previous changes:
- Create API to run a test case [1]
- Use separate timeouts for connection and reading [2]
- Refactor the vyos_vrouter to adopt VNF abstraction [3]
[1] https://gerrit.opnfv.org/gerrit/#/c/39565/
[2] https://gerrit.opnfv.org/gerrit/#/c/39429/
[3] https://gerrit.opnfv.org/gerrit/#/c/40261/
Change-Id: I8865386f41a939b0f4c71c6dfff340882b5eee97
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
|
|
|
|
Rally is released out of OpenStack releases and its requirements must
be modified before installing. Rally applies a similar solution for
gating [1].
[1] https://github.com/openstack/rally/blob/stable/0.9/tests/ci/sync_requirements.py
Change-Id: I3dfe69597e6ebecc5f07943658634ea94625294f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
Add extra properties to the cirros image
for ARM architecture.
In the glanceclient repository, the create method
expects **kwargs as parameters, thus an extra_properties
variable containing a dictionary of property-value pairs
can be added (if given) to the image to be created.
If the properties do not appear, the call should not affect
the image properties because the dictionary is initialized
as empty.
Change-Id: I690da90e6c6f250bd0a3d99cce39aa250e19b9c2
Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
|
|
|
|
|
|
This library is moved to the SFC repo
https://gerrit.opnfv.org/gerrit/#/c/40265/2
Change-Id: I339337e4c2f17933a74bf85259e36f8f5742a17a
Signed-off-by: Manuel Buil <mbuil@suse.com>
|
|
SFC project is ready to run its tests in CI
Change-Id: I4fbae92e426724f720372b9218653d5804278e51
Signed-off-by: Manuel Buil <mbuil@suse.com>
|
|
SFC project is ready to run its tests in CI
Change-Id: I337af8685d78e34af00eb86776bd3a44f423f2dd
Signed-off-by: Manuel Buil <mbuil@suse.com>
|
|
|
|
Ceilometer Events API is deprecated and removed in ocata. Panko
provides the API but is not yet supported by OPNFV installers.
Change-Id: I4bf29ca9371fa87a43df3ce32ac206a5e9363468
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
|
|
|
|
Change-Id: I38c79028e642c6e3c8d64cc5eda1ead52983b12b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
Change-Id: I44bdffc76fd2ee842c63b8fcddbe1696f23958a8
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|