Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Update results printed in configguide.rst
It mainly takes into account that:
- vyos_vrouter is now available in functest-vnf
- all orchestra testcases are mostly disabled
- odl is skipped if os-nosdn-nofeature-ha
Change-Id: Idc92cc82a1656d9118d080eeb1f7e1fc80f6296e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Fix links in configguide.rst
It also removes trailing whitespaces.
Change-Id: I6a7e4aaff700a85ff1c0c2741624e9359441e0ac
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 3c5240c50cf2a158a4cf033ab0268580dfe52754)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Create subnet and net within the same project
It is required to create a network and subnet within the same project
for some SUTs.
Change-Id: Icd02edb0aebee93713f315cdbbeb021e9ae82dae
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit f06d3e13cdee669e53f6a1c75039c9b3c3430a8a)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Remove the former Dockerfile
opnfv/functest had been split into multiple containers based on
Alpine (See Docker Slicing [1]) during Euphrates.
As ARM is being switching to them, we can safely remove the related
files.
[1] https://git.opnfv.org/functest/tree/docs/com/pres/dockerslicing/dockerslicing.md?h=stable/euphrates
Conflicts:
tox.ini
setup.cfg
Change-Id: I30294a94cc742ba80a7bc4f35db9330240385bb0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 0705a7ed15f090b3be64f2995d1c9fff51edc2f1)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Update set of region identity attribut
Use OS_REGION_NAME environment variable if defined
Conflicts:
functest/opnfv_tests/openstack/tempest/conf_utils.py
Change-Id: Ifcdfc468fa4931ab62ac0f3ead103e15af7c0de6
Signed-off-by: Samuel Bartel <samuel.bartel@orange.com>
(cherry picked from commit eb793907cee64bbe2519040559b04d47652cabf0)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Build functest-parser for arm64 via travis-ci
Even if clearwater-live-test dependencies have been updated [1], the
next containers can be built for ARM (ruby raises SEGFAULT via
qemu-user-static):
- functest-vnf
- functest-restapi
The related manifest is also updated.
[1] https://gerrit.opnfv.org/gerrit/#/c/50295/8
Conflicts:
.travis.yml
Change-Id: Ie1eb78436a3da5eb7b5c1028b7f8323e8c3e73a2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 12c99c5f3fef126283e3a9795c4c1d436cc7846f)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Switch to absolute paths in Dockerfiles
It updates functest-smoke and functest-restapi.
Change-Id: If4d48f8a6ead1b9b7726a9b7b7baf6b51340a926
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 5d32eda661c476d263ebb46f486168f9adf43c1f)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Remove stable docker tags
Releng and travis-ci jobs don't publish any stable tags, then they
should be removed from Docker automated builds as well.
It will be completed by removing all former tags by hand as well to
avoid mixing euphrates and these deprecated tags.
Change-Id: I969e5313ca29edee0a1bfd534ff45a5c09183816
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Build vnf and restapi containers for ARM
The root cause of the problem was the installation
of unf_ext packet. The Gemfile.lock in
https://github.com/boucherv-orange/clearwater-live-test
asked for version 0.0.6 and this version was not found for arm.
When it tried to build the package, the conversion from int
to char error was thrown (issue reported here
https://github.com/knu/ruby-unf_ext/issues/15).
As now version 0.0.7.4 is selected, then the vnf docker
images are built without any other errors.
Gemfile.lock was updated in the original repo,
this fix enables vnf and restapi containers build for ARM.
JIRA: FUNCTEST-899
Change-Id: Id2c5fe82cb3705f58a8175fcf0a17f443e9b7d9d
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
(cherry picked from commit 63ec3c39ef720d265fe5a6c9d3a7c5665c2624d2)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Inject all envs in openrc into CONST
After "env_prepare" is removed, some specific vars in openrc
(eg,."EXTERNAL_NETWORK") loaded to os.environ should be injected
into CONST in one python process.
Conflicts:
functest/ci/run_tests.py
Change-Id: Iaa5c6047033dc2a30c533174e2016111759aec31
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit 6a2ee8883daf1795ec84fc2868c17c0723025447)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Clean base images only if 1 container was built
Conflicts:
build.sh
Change-Id: I0134082d2d150a6dc58e679f9ade81eb6c040266
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 20d22666aa841f0128b3f53a07ba0f31684537d8)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Clean Docker images after builds
Compared to the related Releng script, it only focuses on cleaning
images. It's considered out of scope to remove remaining docker
containers.
It doesn't force to remove images because base images (e.g. Alpine)
could be selected by other OPNFV projects too. It ensures O is
returned even if one image cannot be removed.
functest-core is removed at the end because all Functest containers
depend on it.
The script works well in a nominal building env. Any remaining
Functest images or containers must be removed by hand.
Conflicts:
build.sh
JIRA: FUNCTEST-898
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I72d8214b711680ec7958af1d427b23dee6337bf6
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 98a942469134fcc3f91b6658a6fbb256d9d89518)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Add Docker build opts
Change-Id: I91fcb833b6b6216338b4fcb888f093a2086264a7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 9545e4cd5f16805adf2caadf348432ca1e8d9cd7)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Add euphrates as a docker tag to the release notes
Change-Id: I35080b3e701de6341926f86e8aa1910ef777f565
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
(cherry picked from commit b94eea5dc2d97a5055d2a98b7b330cc52cac5649)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Merge "Enable orchestra testcases for Daisy only" into stable/euphrates
- Enable orchestra testcases for Daisy only
The current testcases have several issues which limit the
possible successful runs to Daisy [1].
[1] https://jira.opnfv.org/browse/ORCHESTRA-17
Change-Id: Iecaf21738e19aae6a88171385f11afcffd28a348
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 850d3ec6dc2ed582b9d36ac2927e0eccd1f88199)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Merge "Force python2.7 when creating venv for refstack" into stable/euphrates
- Force python2.7 when creating venv for refstack
It applies part of "Fix rally db issue" [1] which is not
cherry-picked because it mainly focused on rally updates.
[1] https://gerrit.opnfv.org/gerrit/#/c/47555/
Change-Id: Ic6850e54860fe2b54a2199e1c3ed89d822ae6284
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Merge changes I17d45782,I008cf0f5 into stable/euphrates
* changes:
Suggest to pull manifests instead of arch tags
Update release notes for Euphrates 5.1
- Suggest to pull manifests instead of arch tags
Change-Id: I17d45782feb38946f9524859354f24d392b56f25
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 00a39f80a318d75360e48190e547afe33ca3e01a)
- Update release notes for Euphrates 5.1
Change-Id: I008cf0f5cd5279903d7e50b5a3903c283829e9cb
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
(cherry picked from commit 4470868c2d4486e8dbfab925c22eb364974b2c40)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Merge "Fix typos in test_details.rst and test_overview.rst" into stable/euphrates
- Fix typos in test_details.rst and test_overview.rst
Change-Id: I12e9b17927ab9b52d0a727a82975cda7074bd994
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e96cf7eb6d691ea85354df05fd395a76fd531467)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Merge "Precise the right Docker tags" into stable/euphrates
- Precise the right Docker tags
It updates configguide.rst and runfunctest.rst.
Change-Id: I48aab7cbfcd8ea6f6da61eef426754f018820cf3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Merge "Switch to public keystone endpoint" into stable/euphrates
- Switch to public keystone endpoint
It also reorders imports and removes dead code.
Conflicts:
functest/opnfv_tests/vnf/ims/orchestra_clearwaterims.py
functest/opnfv_tests/vnf/ims/orchestra_openims.py
Change-Id: I1e7bd03a4bc07df4705c9beed83a37a022ddbd52
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 01cb2b343c0de7c67a4640d4d3794d924b68c6b9)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Filter out orchestra for ssl enabled deployments
Skip orchestra tests for the Compass & Fuel/MCP installers
until OpenBaton have updated to version 4.x+ with SSL support.
JIRA: ORCHESTRA-17
Change-Id: I894a08fb5ac83a6b1d59d7bcf3a681a8d596968f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit fa10ca0a16ab8d560b15814ce91e379e01b10030)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- [vyos_vrouter] Support https endpoints
JIRA: FUNCTEST-881
vyos_vrouter did not support https endpoints [1].
I fixed the following two points.
1. Modifying blueprint of Cloudify.
2. Changing nova client of utilvnf module.
Point 1
I added command of support https endpoint to blueprint of vyos_vrouter.
The Blueprint of vyos_vrouter is on our github repository [2].
I updated our repository.
Point 2
I changed nova client of utilvnf module.
Utilvnf module is utility module of vyos_vrouter.
Nova client of utilvnf module did not support https endpoints.
So, I changed to use nova client of snaps.
After fixed the source code, I confirmed the vyos_vrouter was succeeded in the following two environments.
1. Our labs (Instoller:fuel, environment of https endpoints)
2. Orange POD (Instoller:compass, environment of http endpoints)
[1] https://jira.opnfv.org/browse/FUNCTEST-881
[2] https://github.com/oolorg/opnfv-vnf-vyos-blueprint/blob/master/function-test-openstack-blueprint.yaml
Change-Id: I468df0f2486a34bc558ad161eb7de44264549006
Signed-off-by: ShuyaNakama <shuya.nakama@okinawaopenlabs.org>
(cherry picked from commit fc0d8c601ce627d5f7b8c5e3eef73bd01c6db7d4)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Update releng commit id
It updates the releng commit id because SFC requires the patch
"Execute ovs-logger cmds with sudo" [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/46239/
Change-Id: I0e6116e831c6cd470ce19e81be13c743960e65aa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Pull functest-core when only building childs
Otherwise it fails if parent and childs containers are not built on
the same host [1].
It would have worked if the docker images were correctly cleant. Then
the last image would have been pulled.
[1] https://build.opnfv.org/ci/job/functest-apex-baremetal-daily-euphrates/362/console
Conflicts:
build.sh
Change-Id: I293829c839c1cf68c9f7668aa643e16889359fcc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e3281b2175ca9983d79ce17de7e7497f749e650e)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Updated from global requirements
Change-Id: I3f4ed1c6bb82e2797841e129f035ba27a5471eba
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Adjust timeouts in Vnfs
When testcases fail, the jjobs is aborted and the result isn't
printed.
Change-Id: Ibda6268873303e631705c695a41c50980a3d29e5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit abd9c1d00cb48a620317e50dd459cb0db2b5f0c5)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Reorder Vnf testcases
Cloudify IMS testcases could easily tigger jjob timeouts.
Vyos_router should run before as it ends much quickier.
Change-Id: Icd4323a7216615e75613e5fb241ae144f727d4fd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit c38d87b9a57466a5663395926a576a87623eb2f4)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Fix fail of vRouter on Orange POD
1. Functest docker container environment has no attribute 'OS_REGION_NAME'
2. vRouter was get the 'OS_REGION_NAME' but not used it.
3. Deleting use 'OS_REGION_NAME' part of vRouter.
4. Utility lib of vRouter use Nova client.
5. Modifying Nova client authentication step for auth api v3.
6. Doing test of modified vRouter on Orange POD.
Change-Id: I062549e5ca48fb4825b53448a4e2ffc8c1f8ec40
Signed-off-by: root <shuya.nakama@okinawaopenlabs.org>
(cherry picked from commit 3fa62219bb5a9e928fe94d95314c7c00d5f06e66)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Filter installers for cloudify_vrouter
As cloudify_vrouter doesn't support SSL endpoints [1], it shouldn't
be executed if compass or fuel.
[1] https://jira.opnfv.org/browse/FUNCTEST-881
Change-Id: Ieedc0d5eca57f00da2121c9e07dd5cc57f978ef6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit b5c7a96a1eb523e1c89f3ea9d143ddf39c518022)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Fix the doc of snaps test
snaps_health_check does not allocate a floating ip to the vm,
but a fixed ip instead.
Change-Id: Ia43885993135dec56aba08b0e157ac2c9f715e06
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Fix the regular expression for refstack
Otherwise, this line could not be matched:
{0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token [0.143237s] ... ok
-> the matched result: tempest.api.identity.v3.test_t
Change-Id: I97282a9c98a889a015a40f9ad2d700906bb88fb1
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit 843de6db7838dc20fa4a1f44731ea47cbcffa250)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Fix relative imports in cloudify_ims_perf
It also fixes wrong indents.
Conflicts:
functest/opnfv_tests/vnf/ims/cloudify_ims_perf.py
JIRA: FUNCTEST-893
Change-Id: Ic54e01c03c14f39c69242c41922fc124c1b45c23
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e0ddd33f9a1e6e41f1b768c6326983f902598d4c)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Merge "Fix how tier_handler is imported" into stable/euphrates
- Fix how tier_handler is imported
Change-Id: I36577ca73042b181b4634c4d6bf3ac5d905fd560
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit c44aaac86d7423ab2836d67989104321e12a7316)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Fix "Broken pipe" IOErrors of rally run
Replace obsolete os.popen with subprocess module usage in command
output retrieval. Do not use shell as the program to execute.
Change-Id: Ic63bb0f393750c3b85a35a37fecd46c1c1b96602
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
(cherry picked from commit 8335acdf080e4d31fd1dd70f11aa456b4795833a)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Fix the way of getting endpoint port
It will fail if the endpoint does not contain any port value when
executing self.os_auth_url.rsplit("/")[2].rsplit(":")[1]
JIRA: FUNCTEST-892
Change-Id: Iba4103884b7c6e3b157bb95d775fac02c32ae728
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit 45ad7723d0e40e7c5475584fc2a5bc0b5ad3ef56)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Support to specify the valid external network name
In some deployments, the retrieved external network by the
def get_external_networks in Snaps checked by "router:external"
is not available. So it is necessary to specify the available
external network as an env by user.
Change-Id: I333e91dd106ed307541a9a197280199fde86bd30
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit aa7109d038a86f6a19a9fb4af96bd1199cd81330)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Update documentation for Functest
1. Remove the reference of ubuntu based container
2. Remove the domino (terminated) and promise (not in F),
and move fds to features tier
Conflicts:
functest/docs/testing/user/userguide/test_overview.rst
Change-Id: I62af47a3f873f0a77d5f7e0a1df493651c805834
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Do not use cache when building the image
Conflicts:
build.sh
Change-Id: I4655b631313c923b40304740c0abe06ae885727e
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit 61083f97ca4552ffa4fa83b20d30f4a914e24eee)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Add shebang in snaps_suite_builder.py
Change-Id: I3392068b4a47d35bf0d91fe6d93f2de268f198bf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 798e5c472b6ac53bbf3b0b800f16069c50657df7)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Select the subset of snaps test cases
Conflicts:
functest/opnfv_tests/openstack/snaps/snaps_suite_builder.py
Change-Id: I03e422d5dae0ced9cd7a5477c31359ffc7795c42
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Remove $BRANCH in healthcheck/Dockerfile
This build arg is now useless because the multijobs call build.sh
instead of the previous helper [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/47067/
Change-Id: I52af9a5c4ed0775208d4467853f1b886a543de59
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e045d841c8f52949088fbed007abd0c6df79d194)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Add BRANCH as Docker build arg
It conforms with the prerequisite of the current releng Docker script.
BRANCH can be considered as useless because releng already clones the
right git branch.
It's a temporarily solution before modifying a script used by lots of
OPNFV projects.
Conflicts:
docker/components/Dockerfile
docker/healthcheck/Dockerfile
Change-Id: I585d7a79a9ebaeaffd69af1da1731c44e131f6b5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 9e72ad1edd88aada55a0328cd72d4941c4e6fc60)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Merge "Fix rally cinder scenarios" into stable/euphrates
- Fix rally cinder scenarios
Remove network and servers context and set image and flavor as a
scenario parameters.
Change-Id: I5181ccce61c4f58af3737619d1b7d259cf539937
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
(cherry picked from commit a9337bc5618bb90cd9502f1ec9dc409e18eae0f7)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Protect vs exceptions when ext_nets is empty
Otherwise several exceptions are raised in TestCase constructors
(those defined in heathcheck).
Change-Id: I4cb054f7092ea9db02cb8c4469e99848533c556b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e491334942083a81dab0f3450a809e29b0687c31)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Allow building containers from a gerrit change
It leverages on git command instead of pip git support [1].
Otherwise it forces pip master which raises side effects in rally [2]
It is mandatory for implementing Functional testing gating [3]
[1] https://pip.pypa.io/en/stable/reference/pip_install/#git
[2] https://gerrit.opnfv.org/gerrit/#/c/40909/
[3] https://wiki.opnfv.org/display/functest/Functional+testing+gating
Conflicts:
docker/core/Dockerfile
Change-Id: Ia18fee3e60fc08da9b96730ce85d5b7c866144aa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 84f82d02630c22e8054266c8c0a53ffb805c2071)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Define thirdparty-requirements.txt for functest-parser
As Parser python packages has been renamed, they can be defined in
upper-constraints.txt. No conflict can occur between them and the
official OpenStack packages.
The Parser testcase still requires a dedicated container to avoid
conflicts in namespaces.
Conflicts:
docker/parser/Dockerfile
upper-constraints.txt
Change-Id: Ic8d18140f26e72d1e3d04b73d301d3fd870b171a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f77c464a9bf40b36586843ae59e6764216477c4b)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Remove the constraint of INSTALLER_TYPE
Revert the patch: https://gerrit.opnfv.org/gerrit/#/c/45167
When run on non-opnfv deployment, there is no such concept of INSTALLER_TYPE.
Change-Id: I3d420334c9329f7565cf22a0c314a4ffdb410d36
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit 4d95f152cda9c7a44df13025341d3d7d472d57c6)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Switch from BashFeature to Feature of bgpvpn testcase
With the adaptation in SDNVPN project [1], Functest
can run the tests within python instead of a bash call.
This also fixes pushing the details section to the DB:
JIRA: SDNVPN-183
[1] https://gerrit.opnfv.org/gerrit/#/c/45491/
Change-Id: I7116aa9d5ffe2a816719997771e4f4ecebbcd083
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
(cherry picked from commit 3774d9d027c0229c7bec52b247b656a846921369)
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Select Rally 0.9.1
stable/rally forces to use a newer version os-faults which is not
synced and is incompatible by default. Then it selects the rally
version tested as the community hugely updates its stable branches.
JIRA: PROMISE-88
Change-Id: I6c15f71737af5edac53972a8463cc166bd096a7e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/euphrates'
- Bump os-faults version to 0.1.15
For Rally stable/0.9, os-faults version has been constrained
as ">=0.1.15,<0.2.0" [1].
[1]: https://github.com/openstack/rally/blob/stable/0.9/requirements.txt
JIRA: PROMISE-88
Change-Id: Ifeb36e1debf23edf6d914e9db60be11d4ca557cd
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit 945b4412574d87a1ed700e59fa8ffeea92dc9e0d)
|