Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Iedaaa2f7794caa2219a18aff6be8e5ab680cd1df
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
|
|
|
|
|
|
Change-Id: Ib499fe21ae85b2edc79ae7c5492d9f76449bb548
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: I27833535288ad6302d2fc85b543b196e28179a22
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
New upgrade of pip 10 is causing the problem.
Links - 1. https://github.com/docker/compose/issues/5883
2. https://bugs.launchpad.net/devstack/+bug/1763966
3. https://github.com/pypa/pip/issues/4805
Change-Id: I8d49dda2ae55569833075fff792d9ded0030f56b
|
|
|
|
JIRA: RELENG-379
Change-Id: Ia1b36cabc1b0750f5a9dab8509c1c9b868889e7a
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
In E release, bottlenecks upload results with version like 'stable/euphrates',
but in F release, the version change to 'fraser', so need some adaption.
Change-Id: I7c58ef026202a53193906eca0b62a50f643abd52
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
|
|
Change-Id: If3e2600c15e2078a74e9d4d1f4884a46733fe0c0
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: Ic33cdc2a598d560bbbfc45977f4bbc278cf48e11
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: Iefa52381b775da6f734a41d1ca602f964f93c183
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: Icc3e175c23d399e33a8406c5aa18d79603d0314b
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: Id596be94cdc8c7cfeab5c4978326810ce2b456dd
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: I154e53b115b3eae84a99f3348ed9a8146425d1c2
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
Change-Id: I3fb95aa4ceadcd196e0d5c71955c407e86f06c94
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
if no order >= 2 tier exist, test case weather is not generated
if order >= 2 tier not the last one, test case weather will lose
the test cases which come after order >= 2 tier
Change-Id: Idb78926db773b161df1ba74f26429f5f6b764afb
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
|
|
|
|
the usage:
from testapiclient.client import pods
pod_client = pods.PodsClient(user='test', password='pass')
pod_client.create({'name': 'test-api', 'mode':'metal',
'role':'community_ci', 'details':''}
from testapiclient.client import pods
from testapiclient.models import pods as pm
pod_client = pods.PodsClient(user='test', password='pass')
pod = pm.Pods(name='test')
pod_client.create(pod.__dict__)
Change-Id: I6a7770d0b54f5570552a6ebbf1c42a638723997c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
|
|
Change-Id: I9f46d684a11b7999defffe983fc3224ef1a50412
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
|
|
User can view the error/success message in
any part of the web page.
JIRA: RELENG-392
Change-Id: If2564bec92b17cecb847bccfee8a57979d23b45c
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
|
|
Change-Id: Ie5ba370a440176ad872feb75a2db7d9d9e6c06cc
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: I2bbd2b1113d7fea8773e93c49260a9e5fda2c09c
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
|
|
Tests included
Change-Id: If0bcac51391c2f2debd27831f10ef89e417f9ad1
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
* Patrole
* Juju EPC
* Neutron Trunk
without description they are displayed as unknown
Change-Id: Ic4db1325fdcfc661f67c49cdd9498e242a213b8a
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
JIRA: RELENG-350
Change-Id: I1713985c02f59ea518058c309043f66a6bd07855
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
|
|
|
|
Change-Id: I679b6c1b0723ed3df2a9b0e6af5d9a149ede9987
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: I56041710c10404c8deca02cdbfb6804105a48a8a
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|
|
|
|
For now, if there no data for fraser, then it will not generate
the reporting page. We need to generate it even if there are no data.
Change-Id: I292a1118a578ceb5e809528c68d1d88252a85c1f
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
|
|
* put functest pages under functest directory (nomore at root)
* fix tempest reporting (change of data model for the results)
* remove colorado and danube
Change-Id: I9fdb3a8cf6f0d12668467bb8bccea4bd57436e50
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
JIRA: RELENG-376
Change-Id: Idacd66809c43e08e0eefb030e6121476a84dcb61
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
Change-Id: I610be7125d33c571d34507ad9e602eb9abd7bb6d
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
|
|
|