Commit Graph

957 Commits

Author SHA1 Message Date
rajat29
4e6228d5ff Add 'rm -f .testrepository/times.dbm' command in testenv
Running py2* post py3* tests results in error. Add
'rm -f .testrepository/times.dbm' command in testenv to
resolve this.

Change-Id: I725b7f4dcbed537577b99f4b9f13a74e2e4c26e7
2017-04-25 13:31:26 +05:30
Chandan Kumar
8e8b212a44 Fixed the name of group options in get_opts_lists
* get_opts_lists in tempest plugin takes group name and config
  options but in vitrage tempest plugin under get_opts_lists
  method in config.py, service_name group params was passed
  which leds to OptGroup error while doing tempest init.

Closes-bug: #1685749

Change-Id: Ib8fdbb68ec0f53c4a03b9be8e392385636a75d49
2017-04-24 14:38:14 +05:30
Jenkins
1d86223f8c Merge "Fix Doctor test" 2017-04-20 16:48:53 +00:00
Dan Offek
589ca87ef7 Fix Doctor test
Change-Id: Ia897628ccb86cb8099434ad6c935b94e7b118af9
2017-04-20 15:19:17 +00:00
Alexey
85b630020c few changes:
1. bug fixs scenarioEvaluator, scenarioRepository, subgraph matching.
2. Tests for HA scenario

Change-Id: I7c2ede0b4f057d595fc38b8effca1840c26e3497
2017-04-20 13:22:03 +00:00
Jenkins
ffb1e4b0f7 Merge "Vitrage ID and vertex id will be standard openstack uuid from now on - fixed" 2017-04-20 11:42:43 +00:00
Dan Offek
2277858793 Vitrage ID and vertex id will be standard openstack uuid from now on - fixed
Change-Id: Iaa4b4959cf69d0081ed40f547b9a4dc7b58d3301
2017-04-19 12:46:15 +00:00
dongwenjuan
fc6f076c2a add resource show API
Implement: blueprint resource-show-API

Change-Id: If888554105e28726b721a7d881a25ff87607435b
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-04-19 17:59:10 +08:00
Jenkins
4e1855c6f2 Merge "implement the resource list API" 2017-04-18 08:32:37 +00:00
Jenkins
7e38b66266 Merge "Updated from global requirements" 2017-04-12 07:35:59 +00:00
dongwenjuan
e982c7fc53 implement the resource list API
Implement: blueprint resource-list-api

Change-Id: I1a4ed696e70f582bd60a6c0f8b9026bc56448946
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-04-12 14:59:54 +08:00
Jenkins
473b5ae424 Merge "fix the type of all_tenants" 2017-04-12 05:50:44 +00:00
OpenStack Proposal Bot
313c4821a5 Updated from global requirements
Change-Id: I2d828fe6ca1c908bf4cdc3747a9133b57f834602
2017-04-12 04:24:13 +00:00
Jenkins
9be6f12dfc Merge "Replace six.iteritems() with .items()" 2017-04-09 07:02:45 +00:00
OpenStack Proposal Bot
c2fedc297f Updated from global requirements
Change-Id: If8c668972c6aa66810d550b5ba97f3c7f0a076b3
2017-04-07 06:18:46 +00:00
dongwenjuan
e6a92f568b fix the type of all_tenants
The type of `all_tenants` become to str, not boolean after the cli
send the request to server.

Change-Id: I8219ae04c7c46a473874c487914764e8c6744af0
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-04-06 08:50:46 +08:00
loooosy
1e4efa9e9f Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid using
six.iteritems to achieve iterators. We can
use dict.items instead, as it will return
iterators in PY3 as well. And dict.items/keys
will more readable. 2.In py2, the performance
about list should be negligible, see the link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: Ida505e3d490159b0b1d6e6e903882c58bc5ffdea
2017-04-05 22:36:39 +08:00
OpenStack Proposal Bot
4ba42d2903 Updated from global requirements
Change-Id: Ib778cfd9eddbefd22707a01e4e00dbb47ce5b1d9
2017-03-29 12:42:17 +00:00
Jenkins
cf2620d1ae Merge "make a supplementary of API document" 2017-03-29 08:34:12 +00:00
Jenkins
c0e1578950 Merge "Updated from global requirements" 2017-03-29 08:34:06 +00:00
Jenkins
697067e425 Merge "snmp notifier support" 2017-03-29 07:35:00 +00:00
OpenStack Proposal Bot
a997fc3c66 Updated from global requirements
Change-Id: Ie2d672a299450a699918c6ec94f3add1d73358f2
2017-03-28 21:40:16 +00:00
Jenkins
4c9d42127e Merge "static transformer fix." 2017-03-28 13:14:17 +00:00
Alexey Weyl
54b7635aff static transformer fix.
The state, metadata, update_timestamp and key shoul be calculated only for non existing datasources entities.

Change-Id: I8c9e09213d72781b19fd0d4e8a9946029ebdb696
2017-03-28 08:11:22 +00:00
Alexey
1d883abb8e bugs fixes:
1. Receive the nova.zone and nova.host data without the 'manager' and 'info' properties which are overweight.
2. Fix the delete_relationship to update the is_deleted of a relationship to True, instead of removing it from the graph.
3. Fix the evaluator not to travel over is_placeholder=true elements
4. Fix the topology API to not return the is_deleted=true edges.

Change-Id: Ic5d697fef292bce1b2c1e807a42dacd4a7ff442d
2017-03-28 08:05:13 +00:00
Jenkins
c1536415d2 Merge "Remove unexpected line break" 2017-03-26 06:14:40 +00:00
Yujun Zhang
f967bd6513 Add documentation for static datasource
Change-Id: I04a6d84b53ad58d72ca761e22d073ca941bd9689
2017-03-24 14:56:59 +08:00
Yujun Zhang
7e26ce9616 Remove unexpected line break
Change-Id: I715b86f0d256805ddd63ce7a9e600091dad4321d
2017-03-23 22:05:56 +08:00
Jenkins
38d633d163 Merge "support for not operator in templates condition" 2017-03-23 08:28:59 +00:00
Jenkins
95c67221f9 Merge "Remove log translations" 2017-03-22 16:18:54 +00:00
Alexey Weyl
8f327e3662 support for not operator in templates condition
Change-Id: I434b1967ee0cb91b54ab93e680a2a11bab3f8c3e
2017-03-22 15:33:47 +00:00
Anna Reznikov
961fc9d52c snmp notifier support
Change-Id: I7717f9815b1791ca61f0c91d873f2f5a30bb11f8
2017-03-22 08:48:15 +00:00
ckji
f8ccaa47c0 Remove log translations
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I4e462fd263a9e964595962f967b5a7e5c1a9212a
2017-03-21 17:05:10 +08:00
dongwenjuan
6ec312f1ad make a supplementary of API document
Change-Id: I50736771bc05c0655d3ba197568eb0c515f907f8
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-03-21 14:38:38 +08:00
OpenStack Proposal Bot
93ee110de0 Updated from global requirements
Change-Id: I72499206191c9a9098d328761c17743571b4ab8c
2017-03-20 13:31:29 +00:00
Jenkins
d59abab2c1 Merge "add some delay between post and get" 2017-03-19 14:44:01 +00:00
Eyal
6f318ce8d6 add some delay between post and get
add to datasource tempest the doctor test to run in gate

Change-Id: I9655f9358d7ea2b36f663b4e2f6adf20c7de0cbf
2017-03-19 15:24:47 +02:00
Jenkins
9dc362599d Merge "fix the command of test cover" 2017-03-19 09:38:03 +00:00
Jenkins
13bc9cc7fa Merge "Delete the unnecessary word in algorithm.py" 2017-03-19 09:28:12 +00:00
dongwenjuan
a165ea7fff fix the command of test cover
Change-Id: If0c87558913cfca41c0557f525dd6b2bb81bdd7f
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-03-19 13:52:56 +08:00
Eyal
2e43bf4de6 reformat the event time to return unicode string
Change-Id: I486f92e3b5a2801fb1ae9a981edb5be1771c8cbd
2017-03-18 20:17:52 +02:00
Eyal
d5cd8a991a reformat the event time
the time retruned from the alarm is reformated
to hava a time zonce

Change-Id: Ib8f46729007342789e41e59771abf7a78aaa2687
2017-03-18 11:12:10 +02:00
zhangyanxian
d48fcc6a6d Delete the unnecessary word in algorithm.py
TrivialFix

Change-Id: Iccb65c76d55879b2a8ba93adbc81bcee5a3e1301
2017-03-17 02:17:37 +00:00
Eyal
87ea080c04 make test event work
Change-Id: Ic8c2b4436764be106533b4359264d5818672102c
2017-03-16 13:03:26 +02:00
Alexey
4ed0be949a neutron port transformer fix - should always find the instance neighbor
Change-Id: I00050ee02ca0d57cce73bc8da21bfe8a8755ef94
2017-03-15 14:43:11 +00:00
Jenkins
207db8eb2a Merge "fix for running nosetests locally on devstack" 2017-03-15 07:19:50 +00:00
OpenStack Proposal Bot
316cc030a4 Updated from global requirements
Change-Id: I56e1db5accfb5f9a5720bad56517f29be810d177
2017-03-15 05:21:52 +00:00
Alexey Weyl
e025a0acf7 fix for running nosetests locally on devstack
Change-Id: Icf6fa3352826fc6c3f826dfbdbacf10d60637037
2017-03-14 13:16:01 +00:00
OpenStack Proposal Bot
60cdf65033 Updated from global requirements
Change-Id: I786c24761f554d9681b530af65b02ed53809bdaf
2017-03-13 19:44:02 +00:00
Eyal
a330ef92ed deatils is a dictionary don't do loads
Change-Id: I6f9d7de1c34362090f56ec03c8fe03d5d06fa1fb
2017-03-13 17:12:07 +02:00