Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Update release notes for 6.2.0
Change-Id: I140b02cb0b7c991f0818b7d3e3447e8485e923ee
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Modify config_patch.yaml according to the new snaps config
It allows verifying ovs scenarios via snaps.
JIRA: FUNCTEST-984
Change-Id: I0fedadc0b9e265c424ae3221469b8d28b9a68afa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 06caf7c89f3a49185e9b9c1cfe40720b25ee2bc2)
- Config flavor metadata via functest - docs update
Related to the merged patch :
"SNAPS via functest with flavor metadata configurable"
Functest documents are updated accordingly.
Change-Id: I874f041935f64b7240a5ec5de6e9c89b0f4a09fd
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
(cherry picked from commit a62dc183e6a916095b31f22a294d8f81306bf23b)
- SNAPS via functest with flavor metadata configurable
The required data for the SNAPS flavors are sent through
the config_functest yaml file in order for the SNAPS scenarios to be
configured accordingly.
If the config_functest yaml file includes empty flavor_extra_specs
or there is not included this parameter, the SNAPS scenarios will be
executed using the hardcoded value.
Change-Id: I4ef46d1fe93497d658414170a72c4520d8f37808
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
(cherry picked from commit 5a94beb62293151ef6f4e94ed500579de1f3673e)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Revert "Stop rolling snaps (bypass bugfixes)"
This reverts commit 5c6b1b4710f2a69f11a1ccb1c699f7c8c3616290.
Change-Id: Ifcdf508f792741f947dee6c8eed1ff5dd57ab3cc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Add minimal docstings in clearwater_ims_base.py
It will allow forcing 10/10 in any new patchset.
Change-Id: I4cc52a9fb66fdd2c0dcbf9915be262acedac8672
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f1353fff60344b01c588d9724b3b1de819cbe661)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Mock os.makedirs() in test_odl.py
os.makedirs() is called before calling robot.run.
Change-Id: Id651428343510683cd616d8101d22a73ccbf3dad
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 383ed86699816f633f007c515338d0fa022bf4fc)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Fix pylint warnings in clearwater_ims_base
Change-Id: I663bd2826e43ce888990b012df27ca94e2d49a8d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 020ac360117ad3dffceef7286b2a4888664f5cf4)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Fix invalid method names in vnfs
Change-Id: Icff1a53ffd7b59d46543b79571b45872a9f243c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Fix result parsing in cloudify_ims
The previous regex failed when errors are listed [1].
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-fraser/194/console
Change-Id: I57c8bfb8968555c3d43267a06f2bb9a2b95a3268
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit da3c805f8829f67d4d4154cd24f322ccf516b450)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Update cloudify-rest-client to 4.3.2
Change-Id: I8ac0becb57897233c2a12781dc022d9fdfd32f85
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 776eccccedbd560e8be332504bfa3cdfcbdc66e3)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Select the right quaff repo
Change-Id: I0aa090bf1f8c6220918ebc1b041bab4a43d444b5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 759cd4bb92e171b16af5c6c1206352b92096d596)
- Force unf_ext 0.0.7.4
Else it cannot compile vs arm [1][2]
[1] https://build.opnfv.org/ci/job/functest-vnf-docker-build-arm64-master/231/console
[2] https://github.com/sile/unf/pull/2/commits/74ed3e3b1ec31474cf9b8d8a90aee535607fdfe8
Change-Id: I8b0890c3b7a2a148975635c0f4eafbcc5568fc00
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e9b5f08ddbdfefd6cbdf226a10b79b2349c4c86b)
- Stop using a forked obsolete repo
It leverages on the official clearwater live test instead.
It now parses the output directly.
Conflicts:
docker/vnf/Dockerfile
Change-Id: Ia7746c13362323daf72b3536d294401f0b7ae42f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 0c55898253147b8fb6e5ef1afbf6f462a5b343b5)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Switch to Python3 divide in cloudify_ims
The code simply asks for python3 divide else only live_test = 100% is
considered as successful [1].
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-fraser/169/console
Change-Id: I84690d20791cd3d6a68823eec40f0e4b0f876b72
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f7b6a9a8d69313bbb8203eaf25b2d78d86ae799c)
- Switch from OS_ENDPOINT_TYPE to OS_INTERFACE
It also set endpoint_type to public in tempest.conf if unset.
JIRA: FUNCTEST-975
Change-Id: I91bd1d7171b4bcf58dbe818696d5b864d5036619
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 4f9789cfab845d7209f5a2fc2209cad8941d02d6)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Return true if at least one passed test
JIRA: FUNCTEST-974
Change-Id: I9915dbb91516baf5307a577c41ede5dca51a2f07
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit d77a8c4158562dea02500a7b6240b4934ab4fc7c)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Update clearwater to 129
It switches to Sprint Ulmo [1] which fixes deployment issues in
Orange ONAP Openlab.
[1] http://www.projectclearwater.org/sprint-ulmo-release-note/
Change-Id: I3c32faf4e26e64bb12438238cf1ba66b9771da0d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit a66e3b24e4dccd9e58fa5947d9850df48e74f07e)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Bypass Cloudify's upper-constraints issues
It installs cmd2 via yum instead as last cmd2 release only supports
python3.
Change-Id: I495d71f11ed48ba47e1aa27965675d4bef7c141e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 8b81b33530a9e46e7e6e7f8b81e752892bf9f2b9)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Fix _do_execute() return code in vping_ssh
Change-Id: I781e51bb56f6cdac8b347e7fd85e70c07eb69e23
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 30e4106b56608595885e1b46ad4b668866ab9426)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Simplify logging
In order to collect logs from features running through
functest framework (mainly for troubleshooting purposes),
the logging mechanism has been updated accordingly.
It should be noted that feature logs are printed in functest.log.
All logs are now printed in functest.log whatever the namespace.
JIRA: SFC-125
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I6cb32e5553749023d490d553ae4653750c52e844
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit ceaea7f0cb95bce7f71d29dff71d58654cf0e700)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Print vping output instead of Paramiko object
Change-Id: Iddc1abdf443e482e8748434a4ba7d85709d8cd0e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 72b17bc82ac5c6a388adbfc8a564f118d0ccd247)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Add debug logs in cloudify_ims
Change-Id: I47c6d598ce52f292bf2abdd2e9ecbadff6250712
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e5abdcc0d867f293dd89c9ba1a398071ef2cedd0)
- Bypass Cloudify tenancy issues
It creates a second user to bypass possible bugs and correctly
exits on failure if it cannot connect to manager via ssh.
It leverages on the _member_ user as much as possible.
It also switches all flavor names to avoid conflicts.
It also increases debug logs.
Change-Id: I59cb071248b5ae50952b9f16eb29f7be3f3644ae
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit a3542307b369ab91ee24d1fed534b565cd4030d7)
- Leverage on _member_ user
It leverages on the _member_ user as much as possible.
It also switches all flavor names to avoid conflicts.
It also increases debug logs.
Change-Id: Ica595b0aba81e845ddb1c858fd5d0deb69872319
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 8238ec092d2823fbb77537169580721ed0c4d03e)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Stop rolling snaps (bypass bugfixes)
Snaps now requires admin role for creating routers [1].
[1] https://git.opnfv.org/snaps/commit/?h=stable/fraser&id=b351d8cf4d882c7ec3acbd0111b4d0bf1747c9d3
Change-Id: If3148ffac3e572f7971dbd56dad889e0028a763a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Set image metadata in tempest
It applied the same operations as [1].
Only one config is used between rally, tempest and vping.
[1] https://gerrit.opnfv.org/gerrit/#/c/57613/
Change-Id: I4d5fd2117d404b7eaa79326e21a35272232d0b92
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 46d61dac3e306249e729f45d25e33c3b4d7986e9)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Update Release Notes (Fraser.1)
Change-Id: I574d1477e59c4261e385b5457bf351b0a4085899
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Switch to Shade in rally
Use Shade for managing OpenStack resources in rally.
Conflicts:
functest/opnfv_tests/openstack/rally/rally.py
functest/tests/unit/openstack/rally/test_rally.py
Change-Id: Ic8b7aaef6886f6ca4930b2ea463317b75ed8d3c9
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
(cherry picked from commit e32353a740a3aaa76031fe9c2372b11f88add1bb)
- Update ODL testcase to OpenStack Shade
Conflicts:
functest/opnfv_tests/sdn/odl/odl.py
functest/tests/unit/odl/test_odl.py
Change-Id: I7832b5ed274e181449f9db9fb03a2d27038520ae
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit c9b0a0a1bf5b30f241dee566c815d4e527ec9628)
- Switch to project domain name
At least Fuel, Apex and Joid don't export OS_PROJECT_DOMAIN_ID.
https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-master/353/console
Change-Id: I8441d2de1841d5a9ce78c6929fd78da01c45548c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 084dd47cdeb68f150165e009877ed995cb9db6dc)
- Rewrite TempestResourcesManager
It now leverages on OpenStack Shade to allow gating OpenStack master
as asked by TSC. Switching to OpenStack master (OpenStack SDK Rocky)
requires to change only one line.
It stops dedicating the network to the user possibly created because
the support is incomplete (the users have to be registed in
tempest.conf and the multiprocessing has to be enforced).
It also writes the second image and the second flavor in tempest.conf.
Conflicts:
functest/opnfv_tests/openstack/tempest/tempest.py
functest/tests/unit/openstack/tempest/test_conf_utils.py
functest/tests/unit/openstack/tempest/test_tempest.py
Change-Id: I9fe2c90a6073ebc240e9aa8fdf2ef93d5dd5f15f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 9fb702111ae63824a2e293d327437d0486a565d2)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Add image extra properties back in vping_base
Image extra properties are missing for ARM
Set image_url for ARM
JIRA: ARMBAND-383
Change-Id: I0e2730c3f22214ad61d72424ea76173f1783d0ca
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
(cherry picked from commit 1aaeab75130345ae9198de23d013f9840044c8b5)
- Improve ssh timeout in vping_ssh
It seems that 10s is not enough for Fuel.
Change-Id: I46d3d2c9091946befb0e056a8c8cc56c59087471
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e1e1317226b4022b6e77ae7ddcc9a1ef9d8ccbd2)
- Simplify vping_ssh
It directly calls ping from the ssh socket.
It fixes a possible missing security rule.
It stops blocking if vpings are in failure.
Change-Id: I64092a155bb134fa8b7d31d0d13f695e019540d1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 213ca8e4e4d155ed6d5626020e56c3a241d1dace)
- Implement get_external_network via shade
It fixes the current issues as EXTERNAL_NETWORK is mainly unset by
all Installers [1].
[1] https://build.opnfv.org/ci/view/functest/job/functest-fuel-armband-baremetal-arm-daily-fraser/31/console
Change-Id: I8ee62623701c15b9ff962d0a0e07a77934ff03ac
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 8cf94642d8e41af5b23892323528aaab0e087a83)
- Rewrite vping_ssh and vping_userdata
They now leverage on shade to allow gating OpenStack master as asked
by TSC. Switching to OpenStack master (openstacksdk) requires to
change only one line.
It deletes the related unit tests as they have to be fully rewritten.
They will be added in another change.
Conflict:
functest/opnfv_tests/openstack/vping/vping_base.py
Change-Id: I0c60681d6e1c0944960770429ef972947dd85321
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f1fbaabcc46dafe4b9937af600294f042cab31e0)
- Set image_url as filename
It will be reused as soon as vping switches to openstacksdk.
Change-Id: Ib84f4b35b22ead1741579ec9140d3626f9102469
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 67d0f2c89b22a18580c6a3acdcdff1648af36e95)
- Switch from deploy utils to the right objects
It also prints the full exceptions and removes useless casts.
Change-Id: I19ff1ae90670833f998c0d17592da82207235229
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit fd18d52e94cc293c32bb7f69a00ec4604bdace0e)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Merge "Fix UserConfig objects" into stable/fraser
- Fix UserConfig objects
UserConfig is expecting domain_name as arg instead of domain.
Else all vnfs cannot work against non Default domains.
Change-Id: I4bb53df9d9c03524b19ec32f8d346d94ba78d188
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 4bdb6e5de13eb5dc7f175dcc45d0dfedd0582fe4)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Fine-tuning the juju-epc codebase for better error-handling
The changes are mostly basic/cosmetic in nature.
- Add some additional info in loggers.
- Remove timeout from few commands(such as juju deploy)
- Add exception logging for few commands(such as juju bootstrap).
- Change rsync to cp for feature file transfer within ABot.
Change-Id: Ibeaae17f1c25d04b7830ed42719b70e6c99228cf
Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
(cherry picked from commit a69c4be1d1b4c6cc5021a14e63c9f73d28490942)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Updated documentation for juju_epc tests
Change-Id: If9399b7b385cb2660e76fcd42776c0dfcb4f7677
Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
(cherry picked from commit bd029d8b6b6801461904a257d566cd46a8c8d130)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Update cirros image version for ARM architecture
Change-Id: Ia7a65a4f83798cb80ca7470d475c2c2d8c9fb6ea
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
(cherry picked from commit c967e4702b215b3899c822c60529651335220cfa)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Leverage on local descriptor
It simply seems dummy.
Change-Id: Ifb83dd0310f523f211911a35e7b481f9da6f9704
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 7668df132aa661973a37aa5842be502765ba4922)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Install Cloudify descritors in functest-vnf
It completes [1] to fix gates [2] and stops getting thirdparty vnf
master (dependencies).
It also prints data to ease debugging.
[1] https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/commit/abd39d772c77317a25745feaaf312165e7588346
[2] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-fraser/110/console
Conflicts:
docker/vnf/Dockerfile
functest/opnfv_tests/vnf/ims/cloudify_ims.yaml
Change-Id: Ib317a491e54820f4edb01fcecfca9d2a08b40c0f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 19807ef8967c21da41fe5f5566751be8de250434)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Merge "Functest fail to parse tempest-based results" into stable/fraser
- Functest fail to parse tempest-based results
1. The regular expression can't work well for all tempest-based results
2. Refer to http://testresults.opnfv.org/test/api/v1/results?project=functest&case_name=refstack_defcore&last=1
3. There are 88 success test cases but the list of success is empty
4. tempest test case name is not always begin with {0}, it maybe any number
5. The test case whose name has the keyword 'fail' will also be list in 'failures'
Change-Id: I5187aaaabdca762256be9162cc85ba42263169bc
Signed-off-by: xudan <xudan16@huawei.com>
(cherry picked from commit 9286e052afe194c400479275edaa2aaf8ed52de8)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Make volumes appear as SCSI devices in aarch64
Adding volumes in openstack by default uses virtio_blk and the
devices appear as /dev/vdX. In aarch64 however a qemu pci slot
is already in use so the tests cannot assign more than one volume
to a VM. Forcing the drives to use virtio-scsi solves the issue
and allows more volumes to be attached as /dev/sdX. The variable
defining the drive is VOLUME_DEVICE_NAME and is passed as
environmental variable when the container is created.
JIRA: ARMBAND-376
Change-Id: Ia688cff338ff319e22a3b26796fa197297c23ce0
Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
(cherry picked from commit a663c33645681f66ebe6b6af79c4e9f5910fb26b)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Control vping cleanup step via --noclean
Change-Id: Ic43b100348e77fd96aab9abc5a9ec4a0b47a2f87
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit 1ca85485f74d09dfd6787b75fb40cb70dce64e4b)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Check shell scripts via bashate
It also removes functest/cli/functest-complete.sh.
Change-Id: I5d9313be6a155b4adf1b82ce2b111ec06823cd8f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 00b78ca96bef67166e0118a0dbdb5152f401a608)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Update graphs in userguide
1. Functest structural concept
2. Clearwater architecture
Change-Id: I88e39d6d08f1eb28a389d2b8a7a1669295f6aa49
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit ccaa9c9d495575bd16da001a984597456bf152e4)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Bypass NoneType errors when creating router in rally
It converts private subnet name to str as it's mandary till [1].
It could be reverted as soon as [2] is merged in snaps.
[1] https://gerrit.opnfv.org/gerrit/#/c/56091/
[2] https://gerrit.opnfv.org/gerrit/#/c/56171/
Change-Id: Ia728415207f8ecb5b5ac55982f82337c45671c4c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f0870e3735324941f5bd77243f36f9214cd531ac)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Bypass NoneType errors when creating router
It converts private subnet name to str as it's mandary till [1].
It could be reverted as soon as [2] is merged in snaps.
[1] https://gerrit.opnfv.org/gerrit/#/c/56091/
[2] https://gerrit.opnfv.org/gerrit/#/c/56171/
Change-Id: I849944fa9d4d2be21fe1a37b76c4cfd231b6d56f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Add timeouts in juju_epc
juju_epc still hangs if OpenStack isn't well deployed [1].
As releng doesn't publish logs if the job is aborted, timeout has to
be added mostly everywhere.
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-fraser/31/console
Change-Id: I0296cd811bda0234aab98f184b3ab247a5b32017
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 6279d9372d0a1827bb14e365cd02e9888941315d)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Merge "Update configguide" into stable/fraser
- Update configguide
JIRA: FUNCTEST-959
Change-Id: Id75689154a63b7258d753f26bb5ff01c0b06012e
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit e37cf21781d60f498e08683df4ca7b1993c52052)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Merge "Update version in setup.cfg (Fraser)" into stable/fraser
- Update version in setup.cfg (Fraser)
Change-Id: I4a8daeb788e18b0507f92b2e145e08614afc1b5a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Merge "Last Release updates before tag (Fraser)" into stable/fraser
- Last Release updates before tag (Fraser)
Change-Id: Id56f6b6bd6d35ce8edc006eb8824bcee67a3ca9a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Merge "Update test results in userguide" into stable/fraser
- Update test results in userguide
JIRA: FUNCTEST-958
Change-Id: I45fcdac6c645e52db9d664b7bd96319bbac49a63
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit 4b18074ae39972ec9674e4d80d8392f06e6df61a)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Merge "Add Kubernetes test details to functest userguide" into stable/fraser
- Add Kubernetes test details to functest userguide
Change-Id: I032bfe5f079c185d6217800b4a4d16e94c29b05c
Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com>
(cherry picked from commit cf04ef760710de425afef62d2584d7fb5a908d33)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Add Kubernetes test results to functest userguide
Change-Id: I8b9d7a449ea3b123993c6619b368a4afb0dd2e3e
Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com>
(cherry picked from commit f0b362607b73f03d7ceef4e358920a5186b2c780)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Fix image paths in cloudify_ims_perf.yaml
Change-Id: If58b5f2021df8a0de672a30459b5b0b12f3fcef2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 4c140b0cc3f484ce441e0f24a6a3a8c906d4cc59)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Set fraser as branch in cloudify_vrouter repos
Change-Id: I1338c07f7eab398723b5e7599cf94b032d014cdd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Download fraser.zip instead of master.zip (cloudify_ims)
Change-Id: I6a5ebb27f445b816cf449f8b9db60e70278b338f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Take the new Abot charm branch into account
Change-Id: I0cc1ea6b9bed335b4f0cc740f37fe399dc89146b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Use timeout to wrap juju-wait
It allows getting logs as releng doesn't push them if global timeout.
Change-Id: I4bbb3818feff37d29b4ccd586f3e940380feef2e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 251024b29199ecee86661b8850751d982b7c5797)
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Check app workload in juju_epc
It avoids interpreting rsync errors in case of deployment failures.
Mysql is still unchecked.
Change-Id: I01b4470b86637d0fc322c422f05240a928305158
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'stable/fraser'
- Merge "Get debug data before cleaning juju_epc" into stable/fraser
- Get debug data before cleaning juju_epc
It could help us to detect the issue when testing Apex (nosdn).
It should be only printed on exceptions instead but this proposal is
safer and straightforward.
Change-Id: I2cccc737e3b3572af72c2653bf32bc02f9ab9077
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit c789cca4a6e9afefba0c1622d49a181dd35437f7)
|