Re: [openstack-dev] [QA] Picking a Name for the Tempest Library

2014-08-17 Thread GHANSHYAM MANN
t; > OpenStack-dev mailing list > > OpenStack-dev@lists.openstack.org > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listi

Re: [openstack-dev] [qa] Lack of consistency in returning response from tempest clients

2014-08-29 Thread GHANSHYAM MANN
he response object is accessible if needed to examine headers. > > -Sean > > -- > Sean Dague > http://dague.net > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/m

Re: [openstack-dev] [all] 2019 summit during May holidays?

2018-11-05 Thread Ghanshyam Mann
On Tue, 06 Nov 2018 05:50:03 +0900 Dmitry Tantsur wrote > > > On Mon, Nov 5, 2018, 20:07 Julia Kreger *removes all of the hats* > *removes years of dust from unrelated event planning hat, and puts it on for > a moment* > > In my experience, events of any nature where conve

[openstack-dev] [tc][all] TC office hours is started now on #openstack-tc

2018-11-06 Thread Ghanshyam Mann
Hi All, TC office hour is started on #openstack-tc channel. Feel free to reach to us for anything you want discuss/input/feedback/help from TC. -gmann __ OpenStack Development Mailing List (not for usage questions) Un

Re: [openstack-dev] [all][qa] Migrating devstack jobs to Bionic (Ubuntu LTS 18.04)

2018-11-06 Thread Ghanshyam Mann
Thanks Jens. As most of the base jobs are in QA repo, QA team will coordinate this migration based on either of the approach mentioned below. Another point to note - This migration will only target the zuulv3 jobs not the legacy jobs. legacy jobs owner should migrate them to bionic when they w

Re: [openstack-dev] [all][qa] Migrating devstack jobs to Bionic (Ubuntu LTS 18.04)

2018-11-06 Thread Ghanshyam Mann
On Wed, 07 Nov 2018 06:51:32 +0900 Slawomir Kaplonski wrote > Hi, > > > Wiadomość napisana przez Jeremy Stanley w dniu > > 06.11.2018, o godz. 22:25: > > > > On 2018-11-06 22:05:49 +0100 (+0100), Slawek Kaplonski wrote: > > [...] > >> also add jobs like "devstack-xenial

Re: [openstack-dev] [all][qa] Migrating devstack jobs to Bionic (Ubuntu LTS 18.04)

2018-11-06 Thread Ghanshyam Mann
On Wed, 07 Nov 2018 07:07:33 +0900 Clark Boylan wrote > On Tue, Nov 6, 2018, at 2:02 PM, Ghanshyam Mann wrote: > > Thanks Jens. > > > > As most of the base jobs are in QA repo, QA team will coordinate this > > migration based on either of t

[openstack-dev] [tc][all] TC office hours is started now on #openstack-tc

2018-11-08 Thread Ghanshyam Mann
Hi All, TC office hour is started on #openstack-tc channel. Feel free to reach to us for anything you want discuss/input/feedback/help from TC. - TC __ OpenStack Development Mailing List (not for usage questions) Uns

[openstack-dev] [openstack-operators] [qa] [berlin] QA Team & related sessions at berlin summit

2018-11-08 Thread Ghanshyam Mann
Hello everyone, Along with project updates & onboarding sessions, QA team will host QA feedback sessions in berlin summit. Feel free to catch us next week for any QA related questions or if you need help to contribute in QA (we are really looking forward to onbaord new contributor in QA). Be

Re: [openstack-dev] [openstack-operators] [qa] [berlin] QA Team & related sessions at berlin summit

2018-11-10 Thread Ghanshyam Mann
2018 11:02:54 +0900 Ghanshyam Mann wrote > Hello everyone, > > Along with project updates & onboarding sessions, QA team will host QA > feedback sessions in berlin summit. Feel free to catch us next week for any > QA related questions or if you need help to contr

Re: [openstack-dev] [QA][Tempest] Proposing Ghanshyam Mann for Tempest Core

2014-11-26 Thread GHANSHYAM MANN
List (not for usage questions)" < > openstack-dev@lists.openstack.org> > > Sent: Wednesday, November 26, 2014 7:58:06 AM > > Subject: Re: [openstack-dev] [QA][Tempest] Proposing Ghanshyam Mann for > Tempest Core > > > > +1 > > > > Am 22

Re: [openstack-dev] [tempest] How to run tempest tests

2014-11-28 Thread GHANSHYAM MANN
>>>> used for gating job definitions and just call the new entry-point >>>> instead of >>>> testr directly. >>>> >>>> > >>>> > BR, >>>> > Angelo >>>> > >>>> > [1] >>>> http://docs.o

Re: [openstack-dev] [qa] Tempest Bug triage

2015-01-08 Thread GHANSHYAM MANN
___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Thanks & Regards Ghanshyam Mann ___ OpenStack-dev mailing list OpenStack

[openstack-dev] [QA] Meeting Thursday Jan 22nd at 22:00 UTC

2015-01-21 Thread GHANSHYAM MANN
me to add an item to the agenda. To help people figure out what time 22:00 UTC is in other timezones tomorrow's meeting will be at: 18:00 EDT 07:00 JST 07:30 ACST 0:00 CEST 17:00 CDT 15:00 PDT -- Thanks & Regards

Re: [openstack-dev] [qa] [cinder] Do we now require schema response validation in tempest clients?

2014-05-01 Thread Ghanshyam Mann
nd the combination in the same patch >would make reviews >difficult. In current Nova API test implementations, we are separating them >into different patches. Me too agree. Thanks Ghanshyam Mann _

Re: [openstack-dev] [qa] Checking for return codes in tempest client calls

2014-05-07 Thread Ghanshyam Mann
heck at client side in JSON schema. Currently we do not have any schema validation of any such API which return multiple success code. For example server external events API returns multiple success code (200, 207), https://review.openstack.org/#/c/90655/ implement the test for that and Schema for th

Re: [openstack-dev] [all] Branchless Tempest QA Spec - final draft

2014-05-08 Thread Ghanshyam Mann
#/c/85666/ adds the response validation for this API in tempest. As API tempest tests are skipped (cannot unskip as ice-house gate test fails), response validation code will be untested on gate. My question is how I should go on these- 1. Should I wait for implementation of Branchless tem

Re: [openstack-dev] [qa] Checking for return codes in tempest client calls

2014-05-09 Thread GHANSHYAM MANN
the same. I have put this in review comment also. > > > > > > I hope we can get agreement to move response checking to the client. > > There was no opposition when we started doing this in nova to check > > schema. Does any one see a reason to not do this? It would both > > simplify the code and make sure responses are checked in all cases. > > > > Sean, do you have a concrete example of what you are concerned about > > here? Moving the check from the value returned by a client call to > > inside the client code should not have any visible effect unless the > > value was actually wrong but not checked by the caller. But this would > > be a bug that was just found if a test started failing. > > > > Please draft a spec/bp for doing this, we can sort out the implementation > details in the spec review. There is definitely some overlap with the > jsonschema work though so we need to think about how to best integrate > the 2 efforts. For example, for projects that don't use jsonschema yet does it > make sense to start using jsonschema files like we do for nova tests to veriy > the status codes. Just so we can have a common path for doing this. I think > there may be value in doing it that way. We can discuss it more during the > jsonschema summit session. > > > -Matt Treinish -- Thanks & Regards Ghanshyam Mann ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [all] custom gerrit dashboard - per project review inbox zero

2014-05-09 Thread GHANSHYAM MANN
n 2 days. > > > > (Gerrit Query: status:open label:Verified>=1,jenkins NOT > > label:Workflow<=-1 NOT label:Code-Review<=2 age:2d) > > > > > > In all cases it filters out patches that you've commented on in the most > > recently revision. So as you vote on th

Re: [openstack-dev] [qa][nova] Status of v3 tests in tempest

2014-05-20 Thread GHANSHYAM MANN
Ghanshyam Mann On Mon, May 19, 2014 at 9:39 PM, Christopher Yeoh wrote: > On Mon, May 19, 2014 at 9:12 PM, David Kranz wrote: > >> On 05/19/2014 01:24 PM, Frittoli, Andrea (HP Cloud) wrote: >> >> Thanks for bringing this up. >> >> We won't be testin

Re: [openstack-dev] [qa][nova] Status of v3 tests in tempest

2014-05-20 Thread GHANSHYAM MANN
I agree to continue work on bp/ nova-api-test-inheritance. As its reduce the duplication code and later will help to remove the V2 tests easily. V2.1 tests can be written on same design of inheritance. -- Thanks Ghanshyam Mann On Mon, May 19, 2014 at 9:32 PM, Kenichi Oomichi wrote: > Hi Da

[openstack-dev] [qa] Issue in Tempest API's tests when running with nosetest command?

2014-05-22 Thread GHANSHYAM MANN
t implemented (as expected). To fix/stop these kind of issue, one solution is to have some policy for Tempest not to name non test function with test_, Test_ etc so that nose would not consider those as test case. Looking forward to have more opinions on

Re: [openstack-dev] [qa] Issue in Tempest API's tests when running with nosetest command?

2014-05-22 Thread GHANSHYAM MANN
idea. On Fri, May 23, 2014 at 11:12 AM, Matthew Treinish wrote: > On Fri, May 23, 2014 at 09:34:35AM +0900, GHANSHYAM MANN wrote: > > Tempest API’s XML test will run with 1 test failure when run with > Nosetest. > > When we run the tempest with nosetest command (ex -nosetest –v

Re: [openstack-dev] [qa] Meaning of 204 from DELETE apis

2014-06-12 Thread GHANSHYAM MANN
consistency. If *strictly* testing, we should not have any wait for 204 response. If any operation still in progress and return 204 then its a false return and tempest should be able to catch those as it can break user app also. Tempest should report fail so that specific project can fi

Re: [openstack-dev] [Nova] [All] API standards working group

2014-09-24 Thread GHANSHYAM MANN
27;d be willing to head up the working group... or at least > participate in it. > > Best, > -jay > > _______ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-

Re: [openstack-dev] [Openstack] No one replying on tempest issue?Please share your experience

2014-09-29 Thread GHANSHYAM MANN
>>> "/opt/stack/tempest/tempest/services/volume/json/snapshots_client.py", line >>> 126, in wait_for_snapshot_status >>> > value = self._get_snapshot_status(snapshot_id) >>> > File >>> "/opt/stack/tempest/tempest/services/volume/json/snapshots_client.py", line >>> 99, in _get_snapshot_status >>> > snapshot_id=snapshot_id) >>> > SnapshotBuildErrorException: Snapshot >>> 6b1eb319-33ef-4357-987a-58eb15549520 failed to build and is in >>> > ERROR status >>> >>> What happens if running the same operation as Tempest by hands on your >>> environment like the following ? >>> >>> [1] $ cinder create 1 >>> [2] $ cinder snapshot-create >>> [3] $ cinder create --snapshot-id 1 >>> [4] $ cinder show >>> >>> Please check whether the status of created volume at [3] is "available" >>> or not. >>> >>> Thanks >>> Ken'ichi Ohmichi >>> >>> ___ >>> Mailing list: >>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >>> Post to : openst...@lists.openstack.org >>> Unsubscribe : >>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >>> >> >> > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- Thanks & Regards Ghanshyam Mann ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [api] Forming the API Working Group

2014-10-14 Thread GHANSHYAM MANN
ment. > > > > Of course it would be in Gerrit. I just put it up on GitHub first > > because I can't just add a repo into the openstack/ code > > namespace... :) > > I've submitted a patch to add an api-wg project using your repository > as the initial cont

Re: [openstack-dev] [nova] Proposal to add Alex Xu to nova-core

2015-11-07 Thread GHANSHYAM MANN
_ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listi

Re: [openstack-dev] [ironic][tempest]Tempest test plugin and microversions

2015-11-18 Thread GHANSHYAM MANN
s.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > htt

[openstack-dev] Fwd: [QA] Meeting Thursday December 10th at 9:00 UTC

2015-12-09 Thread GHANSHYAM MANN
.280900_UTC.29 Anyone is welcome to add an item to the agenda. To help people figure out what time 9:00 UTC is in other timezones the next meeting will be at: 04:00 EST 18:00 JST 18:30 ACST 11:00 CEST 04:00 CDT 02:00 PDT -- Regards Ghanshyam Mann +81-8084200646

Re: [openstack-dev] [qa] Tempest pre-provisioned credentials in the gate

2016-06-15 Thread Ghanshyam Mann
Big +1 for that which makes pre-provisioned cred testing more thoroughly. And at the end we should divide the existing jobs among dynamic and pre-provisioned account so that we would not leave any of them less tested. Thanks gmann From: Andrea Frittoli [mailto:andrea.fritt...@gmail.com] Sent: 15

Re: [openstack-dev] [tempest][nova][defcore] Add option to disable some strict response checking for interop testing

2016-06-15 Thread GHANSHYAM MANN
On Wed, Jun 15, 2016 at 6:12 AM, Matthew Treinish wrote: > On Tue, Jun 14, 2016 at 12:19:54PM -0700, Chris Hoge wrote: >> >> > On Jun 14, 2016, at 11:21 AM, Matthew Treinish >> > wrote: >> > >> > On Tue, Jun 14, 2016 at 10:57:05AM -0700, Chris Hoge wrote: >> >> Last year, in response to Nova mic

[openstack-dev] [QA] Meeting Thursday June 16th at 9:00 UTC

2016-06-16 Thread GHANSHYAM MANN
.29 Anyone is welcome to add an item to the agenda. To help people figure out what time 9:00 UTC is in other timezones the next meeting will be at: 04:00 EST 18:00 JST 18:30 ACST 11:00 CEST 04:00 CDT 02:00 PDT Regards Ghanshyam Mann

Re: [openstack-dev] [nova] Question about redundant API samples tests for microversions

2016-06-19 Thread Ghanshyam Mann
aster/tempest/api/compute/keypairs/test_keypairs.py#L22 3 .. https://github.com/openstack/tempest/blob/master/tempest/api/compute/admin/test_keypairs_v210.py > > -- > > Thanks, > > Matt Riedemann > > > __ > ___

[openstack-dev] [QA] Meeting Thursday June 30th at 9:00 UTC

2016-06-30 Thread Ghanshyam Mann
.280900_UTC.29 Anyone is welcome to add an item to the agenda. Sorry for delay in mail. To help people figure out what time 9:00 UTC is in other timezones the next meeting will be at: 04:00 EST 18:00 JST 18:30 ACST 11:00 CEST 04:00 CDT 02:00 PDT Thanks & Regards, Ghanshyam

Re: [openstack-dev] [nova][cinder] Fix nova swap volume (updating an attached volume) function

2016-03-30 Thread GHANSHYAM MANN
On Thu, Mar 31, 2016 at 10:39 AM, Matt Riedemann wrote: > > > On 3/30/2016 8:20 PM, Matt Riedemann wrote: >> >> >> >> On 3/30/2016 7:56 PM, Matt Riedemann wrote: >>> >>> >>> >>> On 3/30/2016 7:38 PM, Matt Riedemann wrote: On 2/25/2016 5:31 AM, Takashi Natsume wrote: > >

Re: [openstack-dev] [nova][cinder] Fix nova swap volume (updating an attached volume) function

2016-03-31 Thread GHANSHYAM MANN
tempest patch. ..[1] https://review.openstack.org/#/c/299830/1 On Thu, Mar 31, 2016 at 11:29 AM, Matt Riedemann wrote: > > > On 3/30/2016 9:14 PM, GHANSHYAM MANN wrote: >> >> On Thu, Mar 31, 2016 at 10:39 AM, Matt Riedemann >> wrote: >>> >>> >&

Re: [openstack-dev] [nova] API priorities in Newton

2016-03-31 Thread GHANSHYAM MANN
On Thu, Mar 31, 2016 at 4:47 AM, Matthew Treinish wrote: > On Wed, Mar 30, 2016 at 03:26:13PM -0400, Sean Dague wrote: >> During the Nova API meeting we had some conversations about priorities, >> but this feels like the thing where a mailing list conversation is more >> inclusive to get agreement

Re: [openstack-dev] FW: Regarding code debug information

2016-04-05 Thread GHANSHYAM MANN
://docs.openstack.org/developer/nova/ Regards Ghanshyam Mann On Tue, Apr 5, 2016 at 6:49 PM, Shashi Kant wrote: > Dear All, > > > > I am newbie for openstack development and trying to understand the flow > using code base. > > As the code base is very huge need your support to understand it

[openstack-dev] [QA] Meeting Thursday April 7th at 9:00 UTC

2016-04-06 Thread GHANSHYAM MANN
.280900_UTC.29 Anyone is welcome to add an item to the agenda. To help people figure out what time 9:00 UTC is in other timezones the next meeting will be at: 04:00 EST 18:00 JST 18:30 ACST 11:00 CEST 04:00 CDT 02:00 PDT Regards Ghanshyam Mann

Re: [openstack-dev] [Congress] Issues with Tox testing

2016-04-12 Thread GHANSHYAM MANN
refer configuration in detail- http://docs.openstack.org/developer/tempest/configuration.html Regards Ghanshyam Mann On Tue, Apr 12, 2016 at 2:46 PM, Anusha Ramineni wrote: > Hi Bryan, > > Yes, tempest can be run outside devstack deployments. Please check the > README in https://git

Re: [openstack-dev] [ceilometer][tempest] disabling 'full' tempest tests for ceilometer changes in CI

2016-04-13 Thread GHANSHYAM MANN
+1, That make sense. Also as Ceilometer and Aodh will be running tests from plugin, I have initiated patch to remove those from Tempest. - https://review.openstack.org/#/c/304992/ Regards Ghanshyam Mann +818011120698 On Tue, Apr 12, 2016 at 9:47 PM, Chris Dent wrote: > On Tue, 12 Apr 2

[openstack-dev] [QA] Meeting Thursday April 21st at 9:00 UTC

2016-04-20 Thread GHANSHYAM MANN
Anyone is welcome to add an item to the agenda. To help people figure out what time 9:00 UTC is in other timezones the next meeting will be at: 04:00 EST 18:00 JST 18:30 ACST 11:00 CEST 04:00 CDT 02:00 PDT Regards Ghanshyam Mann

Re: [openstack-dev] [QA][Tempest] Drop javelin off tempest

2015-12-10 Thread GHANSHYAM MANN
gt;> https://review.openstack.org/#/q/status:open+project:openstack/tempest+branch:master+topic:bp/consistent-service-method-names,n,z >> > > ______ > OpenStack Development Mailing List (not for usage questions) > U

Re: [openstack-dev] [tempest] clients/manager in plugins

2015-12-11 Thread GHANSHYAM MANN
ailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Regards Ghanshyam Mann +81-8084200646 __

Re: [openstack-dev] [tempest] clients/manager in plugins

2015-12-16 Thread GHANSHYAM MANN
rote: > Hi Ghanshyam, > > > > Thanks for your response. > > It seems that I'm headed in the right direction. > > One more question. - Should we migrate from 'service_client' to 'rest_client' > in tempest-lib? > > > > Best regards, >

Re: [openstack-dev] [nova][api] does validation bug-fix require microversion bump?

2015-12-21 Thread GHANSHYAM MANN
___ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Regards Ghans

[openstack-dev] [QA] Meeting Thursday January 14th at 9:00 UTC

2016-01-13 Thread GHANSHYAM MANN
.280900_UTC.29 Anyone is welcome to add an item to the agenda. To help people figure out what time 9:00 UTC is in other timezones the next meeting will be at: 04:00 EST 18:00 JST 18:30 ACST 11:00 CEST 04:00 CDT 02:00 PDT Regards Ghanshyam Mann

[openstack-dev] [QA] Meeting Thursday January 28th at 9:00 UTC

2016-01-27 Thread GHANSHYAM MANN
.280900_UTC.29 Anyone is welcome to add an item to the agenda. To help people figure out what time 9:00 UTC is in other timezones the next meeting will be at: 04:00 EST 18:00 JST 18:30 ACST 11:00 CEST 04:00 CDT 02:00 PDT Regards Ghanshyam Mann

Re: [openstack-dev] [qa][tempest] "kwargs" of service clients for POST/PUT methods

2015-07-07 Thread GHANSHYAM MANN
point? > > I am on between both now, and I'd like to get feedback about this > before changing them. Thanks a lot for driving service clients towards good interface :) > Any comments are welcome :) > > Thanks > Ken ohmichi > > _

Re: [openstack-dev] [qa][tempest] "kwargs" of service clients for POST/PUT methods

2015-07-08 Thread GHANSHYAM MANN
On Thu, Jul 9, 2015 at 9:39 AM, Ken'ichi Ohmichi wrote: > 2015-07-08 16:42 GMT+09:00 Ken'ichi Ohmichi : >> 2015-07-08 14:07 GMT+09:00 GHANSHYAM MANN : >>> On Wed, Jul 8, 2015 at 12:27 PM, Ken'ichi Ohmichi >>> wrote: >>>> >>>> By

Re: [openstack-dev] [nova] Why is osapi_v3.enabled = False by default?

2015-07-15 Thread GHANSHYAM MANN
n > > -- > Sean Dague > http://dague.net > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev

Re: [openstack-dev] [nova] change of day for API subteam meeting?

2015-08-13 Thread GHANSHYAM MANN
_ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Thanks & Regards Ghanshyam Mann ___

Re: [openstack-dev] [nova] API: Question on 'Retry-After': 0 in HTTPForbidden

2015-08-18 Thread GHANSHYAM MANN
ongGuanCun Software Park, Haidian District, > Beijing 100193, PRC > > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.opensta

Re: [openstack-dev] [nova] should we combine a set of minor microversion bump needed fix into one microversoin bump?

2015-08-20 Thread GHANSHYAM MANN
Thanks, > > Matt Riedemann > > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.o

Re: [openstack-dev] [nova] should we combine a set of minor microversion bump needed fix into one microversoin bump?

2015-08-20 Thread GHANSHYAM MANN
; ______ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [api] [docs] Generating API samples

2015-08-25 Thread GHANSHYAM MANN
>> Nova on each project. >> The above Tempest log is written on tempest-lib side and that is >> common way between projects. >> So we can use this way for all projects as a common/consistent way, I >> imagine now. >> >> I will make/write the detail of this idea later.

[openstack-dev] Should v2 compatibility mode (v2.0 on v2.1) fixes be applicable for v2.1 too?

2015-09-06 Thread GHANSHYAM MANN
scussion. [1]: https://bugs.launchpad.net/python-novaclient/+bug/1491325 https://bugs.launchpad.net/nova/+bug/1491511 [2]: http://developer.openstack.org/api-ref-compute-v2.1.html#attachVolume -- Thanks & Regards Ghanshyam Mann _

[openstack-dev] [QA] Meeting Thursday September 17th at 9:00 UTC

2015-09-16 Thread GHANSHYAM MANN
agenda. To help people figure out what time 9:00 UTC is in other timezones, meeting will be at: 04:00 EDT 18:00 JST 18:30 ACST 11:00 CEST 04:00 CDT 02:00 PDT -- Thanks & Regards Ghanshyam Mann __ OpenStack Develop

Re: [openstack-dev] [QA][Tempest] Proposing Jordan Pittier for Tempest Core

2015-06-22 Thread GHANSHYAM MANN
__ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >

Re: [openstack-dev] [api] [Nova] [Ironic] [Magnum] Microversion guideline in API-WG

2015-06-25 Thread GHANSHYAM MANN
gt;> I remember, however, Devananda didn't like the idea. >> >> And it definitely makes a quick start guide a bit harder to follow. I >> already imagine how many people will forget about this pinning

Re: [openstack-dev] [api] [Nova] [Ironic] [Magnum] Microversion guideline in API-WG

2015-06-25 Thread GHANSHYAM MANN
ng backwards compatible changes on > lower microversion. > I guess this is the difference between Nova and Ironic on > interoperability discussion. > > I cannot/don't want to enforce Ironic way at all, and it's fine to > find the best way on each project as OSS projects. > But only my concern he

Re: [openstack-dev] [api] [Nova] [Ironic] [Magnum] Microversion guideline in API-WG

2015-06-27 Thread GHANSHYAM MANN
On Fri, Jun 26, 2015 at 3:46 PM, Dmitry Tantsur wrote: > > 26 июня 2015 г. 2:48 пользователь "GHANSHYAM MANN" > написал: >> >> On Thu, Jun 25, 2015 at 5:18 PM, Ken'ichi Ohmichi >> wrote: >> > Sorry for late response here, >>

Re: [openstack-dev] [api] [Nova] [Ironic] [Magnum] Microversion guideline in API-WG

2015-06-27 Thread GHANSHYAM MANN
On Fri, Jun 26, 2015 at 3:43 PM, Dmitry Tantsur wrote: > > 26 июня 2015 г. 2:47 пользователь "GHANSHYAM MANN" > написал: >> >> On Sat, Jun 20, 2015 at 9:14 AM, Devananda van der Veen >> wrote: >> > Almost all of our discussions so far on this topic

Re: [openstack-dev] [Nova] Should we signal backwards incompatible changes in microversions?

2016-02-15 Thread GHANSHYAM MANN
Regards Ghanshyam Mann On Mon, Feb 15, 2016 at 12:07 PM, Alex Xu wrote: > If we support 2.x.y, when we bump 'x' is a problem. We didn't order the API > changes for now, the version of API change is just based on the order of > patch merge. For support 2.x.y, we need

Re: [openstack-dev] [Nova][API] Does nova API allow the server_id parem as DB index?

2016-02-15 Thread GHANSHYAM MANN
mp? [1].. https://github.com/openstack/ec2-api Regards Ghanshyam Mann On Tue, Feb 16, 2016 at 11:24 AM, Anne Gentle wrote: > > > On Mon, Feb 15, 2016 at 6:03 PM, 少合冯 wrote: > >> I guess others may ask the same questions. >> >> I read the nova API doc: >> s

Re: [openstack-dev] [qa] deprecating Tempest stress framework

2016-02-16 Thread GHANSHYAM MANN
+1 Sounds good to separate those to different repo. Regards Ghanshyam Mann On Wed, Feb 17, 2016 at 4:55 AM, Matthew Treinish wrote: > On Fri, Feb 12, 2016 at 10:21:53AM +0100, Koderer, Marc wrote: >> I know that there are folks around that are using it. >> +1 to move it to

[openstack-dev] [QA] Meeting Thursday March 10th at 9:00 UTC

2016-03-09 Thread GHANSHYAM MANN
.280900_UTC.29 Anyone is welcome to add an item to the agenda. To help people figure out what time 9:00 UTC is in other timezones the next meeting will be at: 04:00 EST 18:00 JST 18:30 ACST 11:00 CEST 04:00 CDT 02:00 PDT Regards Ghanshyam Mann

Re: [openstack-dev] [QA] Not running for PTL

2016-03-12 Thread GHANSHYAM MANN
Thanks Matt for your great leadership and hardwork around QA world. It has been great working in your leadership and provided a smooth & cool environment during those period. There lot of key things we achieved and with diversity of ideas. You have been always very active and present to help all.

Re: [openstack-dev] [nova] Nova PTL for Newton

2016-03-12 Thread GHANSHYAM MANN
Thanks a lot John for great leadership and all achievements. You have been very encouraging and helpful always. Regards Ghanshyam Mann On Sat, Mar 12, 2016 at 4:22 AM, John Garbutt wrote: > Hi, > > It has been greatly rewarding serving you all as Nova PTL over the > Liberty and Mita

Re: [openstack-dev] [QA][all] Propose to remove negative tests from Tempest

2016-03-19 Thread GHANSHYAM MANN
On Fri, Mar 18, 2016 at 9:06 AM, Ken'ichi Ohmichi wrote: > 2016-03-17 4:05 GMT-07:00 Andrea Frittoli : >> On Thu, Mar 17, 2016 at 2:57 AM Ken'ichi Ohmichi >> wrote: >>> >>> 2016-03-16 19:41 GMT-07:00 Jim Rollenhagen : >>> > On Wed, Mar 16, 2016 at 06:20:11PM -0700, Ken'ichi Ohmichi wrote: >>> >>

Re: [openstack-dev] [QA][all] Propose to remove negative tests from Tempest

2016-03-20 Thread GHANSHYAM MANN
On Thu, Mar 17, 2016 at 3:24 PM, Kairat Kushaev wrote: > > Also curious about this. It seems weird to separate the 'positive' and > the 'negative' ones, assuming those patches are mostly contributed by > the same group of developers. > > > Yeah, agree. This approach leads to situation when I nee

Re: [openstack-dev] [jacket] Introduction to jacket, a new project

2016-03-23 Thread GHANSHYAM MANN
redirect API services at top level top and do what all conversion, consume difference etc. [1] https://github.com/aviator/aviator Regards Ghanshyam Mann On Wed, Mar 16, 2016 at 9:58 PM, zs wrote: > Hi Gordon, > > Thank you for your suggestion. > > I think jacket is different

[openstack-dev] [QA] Meeting Thursday March 24th at 9:00 UTC

2016-03-23 Thread GHANSHYAM MANN
.280900_UTC.29 Anyone is welcome to add an item to the agenda. To help people figure out what time 9:00 UTC is in other timezones the next meeting will be at: 04:00 EST 18:00 JST 18:30 ACST 11:00 CEST 04:00 CDT 02:00 PDT Regards Ghanshyam Mann

[openstack-dev] [qa] Tempest Bug triage

2015-02-19 Thread GHANSHYAM MANN
. People who want to help in bug triage, feel free to put your name in https://etherpad.openstack.org/p/qa-bug-triage-rotation Thanks & Regards Ghanshyam Mann __ OpenStack Development Mailing List (not for usage quest

Re: [openstack-dev] removal of v3 in tree testing

2015-03-04 Thread GHANSHYAM MANN
dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Thanks & Regards Ghanshyam Mann __ OpenStack Development Mailing List (not for usage questio

Re: [openstack-dev] removal of v3 in tree testing

2015-03-05 Thread GHANSHYAM MANN
It looks something like - https://review.openstack.org/#/c/162016/ -- Thanks & Regards Ghanshyam Mann On Fri, Mar 6, 2015 at 7:00 AM, Sean Dague wrote: On 03/04/2015 07:48 PM, GHANSHYAM MANN wrote: > Hi Sean, > > Yes having V3 directory/file names is very confusing now. > >

Re: [openstack-dev] [nova] what is our shipped paste.ini going to be for Kilo

2015-03-16 Thread GHANSHYAM MANN
itted. > > Decision Time > = > > Anyway, this is a decision we should make before freeze. The 'no > decision' case gives us the slow roll. I think from an upstream > perspective the full monty will probably serve us a little > better. Especially with robust release notes that expla

[openstack-dev] [Nova][QA] Use case of Nova to boot VM from volume only

2015-04-02 Thread GHANSHYAM MANN
re on Nova config. 1- ERROR (BadRequest): Block Device Mapping is Invalid: You specified more local devices than the limit allows (HTTP 400) (Request-ID: req-3ef100c7- b5c5-4a2d-a5da-8344726336e2) -- Thanks & Regards

Re: [openstack-dev] In loving memory of Chris Yeoh

2015-04-08 Thread GHANSHYAM MANN
> [1] http://www.lokigames.com/hack/ > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack

[openstack-dev] [qa] Call to sign QA Bug Triage Rotation

2015-04-16 Thread GHANSHYAM MANN
free to put your name in https://etherpad.openstack.org/p/qa-bug-triage-rotation -- Thanks & Regards Ghanshyam Mann __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-

Re: [openstack-dev] [QA] The end-user test suite for OpenStack clusters

2017-02-24 Thread Ghanshyam Mann
>> [1]. > >> 2) The spec for a new framework which will focus on HA/failover and > >> destructive testing is no review [2]. > >> 3) The commit for the new repository is on review [3] as well. > >> > >> [1] https://review.openstack.org/#/c/396142 > &

Re: [openstack-dev] [QA]Refactoring Scenarios manager.py

2017-02-26 Thread Ghanshyam Mann
Yea, there is no doubt we should refactor scenario tests but even those are internal interface it breaks plugins. We can argue that plugins should not be using those but before that tempest should have all required interface/class/helper as stable interface for plugins. which is what scenario tests

Re: [openstack-dev] [QA]Refactoring Scenarios manager.py

2017-02-28 Thread Ghanshyam Mann
Doing gradual refactoring and fixing plugins time to time needs lot of wait and sync. That needs: 1. Plugins to switch from current method usage. Plugins to have some other function or same copy paste code what current scenario base class has. 2. Tempest patch to wait for plugin fix. 3. Plugins to

Re: [openstack-dev] [QA][gate][all] dsvm gate stability and scenario tests

2017-03-03 Thread Ghanshyam Mann
Thanks. +1. i added my list in ethercalc. Left put scenario tests can be run on periodic and experimental job. IMO on both ( periodic and experimental) to monitor their status periodically as well as on particular patch if we need to. -gmann On Fri, Mar 3, 2017 at 4:28 PM, Andrea Frittoli wrote

Re: [openstack-dev] Disabling glance v1 by default in devstack

2017-03-07 Thread Ghanshyam Mann
On Sat, Mar 4, 2017 at 6:01 AM, Andrea Frittoli wrote: > > > On Fri, Mar 3, 2017 at 7:38 PM Matt Riedemann wrote: > >> I've got a change proposed to disable glance v1 by default in devstack >> for Pike [1]. >> >> The glance v1 API has been deprecated for awhile now. Nova started >> supporting gl

[openstack-dev] [QA] Meeting Thursday Mar 9th at 9:00 UTC

2017-03-07 Thread Ghanshyam Mann
Hello everyone, Please reminder that the weekly OpenStack QA team IRC meeting will be Thursday, Mar 9th at 9:00 UTC in the #openstack-meeting channel. The agenda for the meeting can be found here: https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_March_9th_2017_.280900_UTC.29 A

Re: [openstack-dev] [QA] Meeting Thursday Mar 9th at 9:00 UTC

2017-03-08 Thread Ghanshyam Mann
ource_cleanup vs teardown (clean after each test > case). > > #1670693 Tests in > tempest.api.network.test_routers.RoutersTest don't clean up network > resources <https://bugs.launchpad.net/tempest/+bug/1670693> > > > > Ple

Re: [openstack-dev] [api][qa][tc][glance][keystone][cinder] Testing of deprecated API versions

2017-03-09 Thread Ghanshyam Mann
On Fri, Mar 10, 2017 at 7:23 AM, Lance Bragstad wrote: > > > On Thu, Mar 9, 2017 at 3:46 PM, Doug Hellmann > wrote: > >> Excerpts from Andrea Frittoli's message of 2017-03-09 20:53:54 +: >> > Hi folks, >> > >> > I'm trying to figure out what's the best approach to fade out testing of >> > de

Re: [openstack-dev] [api][qa][tc][nova][cinder] Testing of a microversioned world

2017-03-12 Thread Ghanshyam Mann
On Sun, Mar 12, 2017 at 7:40 AM, Matt Riedemann wrote: > On 3/10/2017 3:02 PM, Andrea Frittoli wrote: > >> >> We had a couple of sessions related to this topic at the PTG [0][1]. >> >> We agreed that we want to still maintain integration tests only in >> Tempest, which means that API micro versio

Re: [openstack-dev] [api][qa][tc][glance][keystone][cinder] Testing of deprecated API versions

2017-03-13 Thread Ghanshyam Mann
On Sat, Mar 11, 2017 at 12:10 AM, Andrea Frittoli wrote: > > > On Fri, Mar 10, 2017 at 2:49 PM Andrea Frittoli > wrote: > >> On Fri, Mar 10, 2017 at 2:24 PM Doug Hellmann >> wrote: >> >> Excerpts from Ghanshyam Mann's message of 2017-03-10 10:55:25 +0900: >> > On Fri, Mar 10, 2017 at 7:23 AM, L

Re: [openstack-dev] [QA] Meeting Thursday Mar 9th at 9:00 UTC (about bug: test_get_volume_absolute_limits fails with no admin credentials)

2017-03-13 Thread Ghanshyam Mann
6 test_get_volume_absolute_limits > fails with no admin credentials > <https://bugs.launchpad.net/tempest/+bug/1671256> > > 1 reviewing – not sure if it is a valid bug or working as > designed – Related to resource_cleanup vs teardown (clean after each test > case). > >

Re: [openstack-dev] [api][qa][tc][nova][cinder] Testing of a microversioned world

2017-03-13 Thread Ghanshyam Mann
On Mon, Mar 13, 2017 at 7:37 PM, Andrea Frittoli wrote: > On Sat, Mar 11, 2017 at 10:45 PM Matt Riedemann > wrote: > > On 3/10/2017 3:02 PM, Andrea Frittoli wrote: > > > > We had a couple of sessions related to this topic at the PTG [0][1]. > > > > We agreed that we want to still maintain integr

Re: [openstack-dev] [QA] [Patrole] Nominating Felipe Monteiro for patrole core

2017-03-16 Thread Ghanshyam Mann
+1. Yea, Felipe is doing great work. -gmann On Fri, Mar 17, 2017 at 3:28 AM, BARTRA, RICK wrote: > Felipe has done a tremendous amount of work stabilizing, enabling gates, > contributing new tests, and extensively reviewing code in the Patrole > project. In fact, he is the number one contributo

Re: [openstack-dev] [os-university] [os-upstream-institute] NAME CHANGE

2017-03-16 Thread Ghanshyam Mann
Noted. Also added redirect link on old wiki https://wiki.openstack.org/wiki/OpenStack_University -gmann On Fri, Mar 17, 2017 at 6:47 AM, Ildiko Vancsa wrote: > Hi All, > > Due to some issues around the name OpenStack University we unfortunately > had to pick a new one. > > The new name of the

Re: [openstack-dev] [qa][cinder] RFC: Cinder test on Tempest

2017-03-22 Thread Ghanshyam Mann
On Thu, Mar 23, 2017 at 7:02 AM, Ken'ichi Ohmichi wrote: > 2017-03-22 14:32 GMT-07:00 Andrea Frittoli : > > > > > > On Wed, Mar 22, 2017 at 8:31 PM Sean McGinnis > wrote: > >> > >> On Wed, Mar 22, 2017 at 01:08:23PM -0700, Ken'ichi Ohmichi wrote: > >> > Hi, > >> > > >> > Now we need to update Te

[openstack-dev] [QA] Meeting Thursday Mar 23rd at 9:00 UTC

2017-03-22 Thread Ghanshyam Mann
Hello everyone, Please reminder that the weekly OpenStack QA team IRC meeting will be Thursday, Mar 23rd at 9:00 UTC in the #openstack-meeting channel. The agenda for the meeting can be found here: https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_March_23rd_2017_.280900_UTC.29

[openstack-dev] [neutron][networking-odl][qa] What's the recommended behavior for SG Rules with ethertype='IPv6' and protocol='icmp' ?

2017-03-24 Thread Ghanshyam Mann
Hi All, Tempest is testing SG rule creation and pinging scenario tests with ethertype='IPv6' and protocol='icmp' [0]. In case of ethertype='IPv6', currently neutron accept protocol type as 'icmp', 'icmpv6' and 'ipv6-icmp' which again seems like duplication of SG rules bug on neutron side but not s

Re: [openstack-dev] [neutron][networking-odl][qa] What's the recommended behavior for SG Rules with ethertype='IPv6' and protocol='icmp' ?

2017-04-03 Thread Ghanshyam Mann
On Sun, Mar 26, 2017 at 9:31 PM, Sridhar Gaddam wrote: > > > On Fri, Mar 24, 2017 at 7:27 PM, Brian Haley wrote: > >> On 03/24/2017 06:41 AM, Ghanshyam Mann wrote: >> >>> Hi All, >>> >>> Tempest is testing SG rule creation and pinging scenario

[openstack-dev] [nova] Nova API sub-team meeting

2017-04-04 Thread Ghanshyam Mann
Hi All, We have weekly Nova API meeting tomorrow. The meeting is being held Wednesday UTC1300 and irc channel is #openstack-meeting-4. The proposed agenda and meeting details are here: https://wiki.openstack.org/wiki/Meetings/NovaAPI Please feel free to add items to the agenda. -gmann

  1   2   3   4   >