Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Change-Id: I497213685fa4954977c75537b1cd6ad1c52ab312
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
|
|
|
|
Change-Id: I5e93cd3e43f093b7b889d2af390fb40e38d369f6
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
Change-Id: I3f8d0eb96b42b4b9081941cf68aad7bf17347276
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
|
|
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
|
|
Change-Id: I02114925651c34714de92b0c39c89e452f3ef582
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
|
|
The download script will now use gsutils if they are available, or fall
back to curl as before.
In general, use curl -f, which will exit with an error code if the
server gave an error, instead of writing a file with the HTML error
page.
Change-Id: Ib24e7803ec38b20a8879cd1509a0cb7b512fee61
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
|
|
usage is shown in utils/test/result_collection_api/README.md
JIRA: FUNCTEST-251
Change-Id: I788417e296c153cc485f4a4064697bdafc394e5b
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
Change-Id: I898c0abe92efa774ab878759be2456a4ad2de2d2
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: I5e13f45714f188eaf32a518149b9515572911139
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
methods in model
query: GET /item?property1=1&property2=1
methods in model:
@swagger.model()
class Item:
def format_http(self):
pass
@staticmethod
def item_from_dict(item_dict):
pass
@classmethod
def test_classmethod(cls):
pass
JIRA: FUNCTEST-250
Change-Id: I12f937c4d2f64f93dc1194a8ad982e8b7ff21b7c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
|
|
Enable only odl_l2 HA for now, due to limited resources / high
demand for manual testing on AArch64.
Change-Id: Iea0f42aa722c024879d30139701d7e68f37bac55
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
|
|
|
|
for mitaka we can enable trusty and xenial and wip to include
arm64 and power8 architecture as well.
Change-Id: I7624367fcb6464d9619097775448b9b768a73025
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
|
|
We are troubleshooting Daisy4nfv which is a new deployment installer project of
OPNFV on zte-pod1. There is not enough resource for bottlenecks temporarily. So
we decide to disable bottlenecks CI job temporarily.
Meanwhile, we are building zte shanghai testlab to offer more lab resource to
community.
Change-Id: Ia3820e9ab59b2887fc3760147b7e218d9e64f7e8
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
|
|
Change-Id: I70ad2be1c31408a815725f2e7f8759189e63498c
Signed-off-by: Jorgen Karlsson <jorgen.w.karlsson@ericsson.com>
|
|
JIRA:RELENG-87
Change-Id: I4ca1ea6a206fcadc94f813e33bae4751236ee24d
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
|
|
orange-test1 -> orange-pod5
orange-fr-pod2 -> orange-pod2
Change-Id: Id5a31db98d349bef654fb59ab03e52e6cc50611f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
basically just a copy/paste from what looks good in the functest job.
Change-Id: I56aca8835b2102bf3559f6653ea2d52947d5040b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
|
|
|
|
list property will be declared in format
'@ptype property4: C{list} of L{PropertySubclass}'
JIRA: FUNCTEST-248
Change-Id: I3ee31389f1eab39cc9f621cbab006f0a8764c8ca
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
Change-Id: Id09695d6e775b121dda5902769aa207094e596c8
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
|
|
|
|
|
|
Test Strategy Group must come to a decision regarding what to run against
CI PODs. Until that happens, business as usual; deploy, functest, yardstick.
In order for bottlenecks to run against CI PODs, it must be discussed in Test
Strategy Group and a decision must be presented to releng.
If the jobs get activated and run again, next step is removal of the jobs.
Apart from CI PODs, permission was never asked and never given for ericsson-pod1 so
job running on it is disabled as well.
Change-Id: I82b481775475ef36d132541efdc40c325d05e77a
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
|
|
Change-Id: I76b0aadb735eefc13bfe9364b7426d0a28aa9b96
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
|
|
this code will be applied to testApi later, as regards how to use it,
please refer utils/test/result_collection_api/tornado_swagger_ui/README.md
JIRA: FUNCTEST-247
Change-Id: Ie40e125846add7ceda15f05a38232dc8813b8f29
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
The current ci/build.sh script in ovsnfv only verifies changes to some
paths. For paths that it does not check do not run the ci. It is planned
to cover the currently unverified paths with a separate ci script.
Change-Id: I62071b8c9697e3c6fcb3f6d63e2c00404f3c5594
Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com>
Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Reviewed-by: Mark D. Gray <mark.d.gray@intel.com>
Reviewed-by: Tom Herbert <therbert@redhat.com>
|
|
Change-Id: I5b261885585fd9e902b3a7513a6d07881e849976
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
|
|
|
|
Change-Id: I0e2722ce81d1ffca966832f608b51f8624866ce1
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
|
|
Change-Id: Id569f07873c7a479b1afaee2b7704e9a2516088c
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
|
|
Change-Id: I192f98000d4a8e1eae11efb8f2d7b54d945e2bfa
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
JIRA: BOTTLENECK-42
Change-Id: I99a543d3dd8c5adf41ee42c0ccdfe8bc6f725f39
Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
|
|
|
|
Change-Id: I0504e88c89ae75068c468f4d95db02ff65f11829
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: I2ad41272d414a01a1451d069634206d359a5355e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
Change-Id: I6918dc1189ab18fa79812ffa7c5e67867a945eba
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
|
|
Change-Id: Id98ee64328e085305dfdd2e8ffa518541f7eed41
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
In order to provide good statistical data to bitergia, we want to builds
ran against previous servers are kept temporarily.
Change-Id: Ia6185ed26a246fb707bb7981218f904d42a6a576
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Change-Id: I6952ea6fd80a55fe798b329caf568dfe0855d524
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
|
|
Change-Id: Ic7c7305acd63d5b14894dee45639925bf6be405e
Signed-off-by: Tim Rozet <trozet@redhat.com>
|