gmann | office hour time | 00:02 |
---|---|---|
gmann | #startmeeting qa | 00:02 |
openstack | Meeting started Thu Nov 14 00:02:57 2019 UTC and is due to finish in 60 minutes. The chair is gmann. Information about MeetBot at http://wiki.debian.org/MeetBot. | 00:02 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:02 |
*** openstack changes topic to " (Meeting topic: qa)" | 00:03 | |
openstack | The meeting name has been set to 'qa' | 00:03 |
gmann | who all here today ? | 00:03 |
kopecmartin | I am, hi o/ | 00:03 |
masayukig | hi | 00:03 |
gmann | hi, let's start | 00:04 |
gmann | #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours | 00:04 |
gmann | agenda ^^ | 00:04 |
gmann | #topic Announcement and Action Item (Optional) | 00:05 |
*** openstack changes topic to "Announcement and Action Item (Optional) (Meeting topic: qa)" | 00:05 | |
gmann | we had PTG last week which will talk about in next section | 00:05 |
gmann | #topic OpenStack Events Updates and Planning | 00:05 |
*** openstack changes topic to "OpenStack Events Updates and Planning (Meeting topic: qa)" | 00:05 | |
gmann | feedback forum notes are captured in this etherpad #link https://etherpad.openstack.org/p/PVG-forum-qa-ops-user-feedback | 00:06 |
gmann | PTG #link https://etherpad.openstack.org/p/shanghai-ptg-qa | 00:06 |
gmann | I will summarize the discussions in ML by this week. | 00:06 |
masayukig | ++ | 00:07 |
masayukig | Thanks! | 00:07 |
gmann | #topic Sub Teams highlights (Sub Teams means individual projects under QA program) | 00:08 |
*** openstack changes topic to "Sub Teams highlights (Sub Teams means individual projects under QA program) (Meeting topic: qa)" | 00:08 | |
gmann | Tempest | 00:08 |
gmann | #link https://review.opendev.org/#/q/project:openstack/tempest+status:open | 00:09 |
gmann | open review | 00:09 |
gmann | kopecmartin: your cleanup cli fix is merged? | 00:10 |
kopecmartin | gmann: yeah, the one regarding admin manager yes, but we wrote others :) | 00:10 |
gmann | kopecmartin: ok, we can review those, link ? | 00:10 |
kopecmartin | for example this one if you can take. a look https://review.opendev.org/#/c/692795/ Delete network quotas | 00:10 |
gmann | kopecmartin: can we delete the quota ? | 00:11 |
gmann | it might reset the env quota. | 00:11 |
kopecmartin | hmm, we do the same with volume and nova quotas | 00:12 |
gmann | is it ? | 00:12 |
kopecmartin | it should be safe because cleanup will touch the project quotas only if the project will be deleted as well .. for example if the project is in saved_state.json, the quotas will remain with the project | 00:13 |
kopecmartin | what's interesting with quotas is, that if the project is deleted but quotas not, the quotas will remain in the database with no chance of removing it .. only by accessing the db directly | 00:14 |
gmann | yeah, project level quotas which is going to delete is ok. but if that is system level quota (which might not be the case now but with unified limit things it can be) are something Tempest should nto touch | 00:15 |
gmann | anyway I will check that | 00:15 |
kopecmartin | gmann: ok, that's all I'm asking :) thanks! | 00:15 |
gmann | sure. | 00:15 |
gmann | Patrole | 00:15 |
kopecmartin | i have also this patch for cleanup: https://review.opendev.org/#/c/694064/ | 00:15 |
kopecmartin | sorry | 00:15 |
gmann | kopecmartin: thanks. i am worried about unit tests for cleanup if we can do or add that in gate job | 00:16 |
gmann | kopecmartin: idea is to run cleanup CLI in some of the gate job and check if everything work fine. | 00:16 |
kopecmartin | ok, i'll have a look | 00:17 |
kopecmartin | it's true that cleanup is covered only by unit tests, no gate jobs :/ | 00:17 |
gmann | kopecmartin: thanks. because unit test night not be applicable or complex for many cleanup changes but if we run on some job then we can make sure we are not breaking anything | 00:17 |
gmann | kopecmartin: thanks. I will add your name for this items :) | 00:18 |
kopecmartin | gmann: ok .. i have one last patch i'd like to discuss | 00:18 |
gmann | sure | 00:18 |
kopecmartin | this one https://review.opendev.org/#/c/692375/ | 00:18 |
kopecmartin | it's a remake of another patch (per afazekas suggestion), see comments | 00:18 |
gmann | this one ? #link https://review.opendev.org/#/c/615558 | 00:19 |
kopecmartin | gmann: yes | 00:19 |
gmann | both are same or different ? | 00:20 |
kopecmartin | both are trying to solve the same problem | 00:20 |
kopecmartin | first one using a new option | 00:20 |
gmann | ok, what is the issue it solve | 00:21 |
gmann | if you can elaborate and then we can take that to review | 00:21 |
kopecmartin | the issue is testing radosgw by swift tests | 00:22 |
kopecmartin | the endpoint is slightly different in that case | 00:22 |
kopecmartin | and the patches are trying to make tempest to realize that | 00:22 |
kopecmartin | the info should be summarised in the releasenote: https://review.opendev.org/#/c/692375/1/releasenotes/notes/Add-new-filter-to-tempest.lib.auth.py-dc4225766bd2e0ff.yaml | 00:23 |
gmann | 'Ceph's RadosGW has a 'swift' prefix in its API ' from bug | 00:23 |
kopecmartin | eys | 00:23 |
kopecmartin | yes | 00:23 |
gmann | is it not customize API and not upstream API ? i am not sure API url path is different per backend for swift | 00:24 |
gmann | I remember of this bug and not sure how Tempest can support such API | 00:24 |
gmann | I would like to get feedback from swift team (mattoliverau or tim) to answer on having different path for capability API. | 00:25 |
kopecmartin | well radosgw (in my understanding) should 'mock' swift in a ceph deployment .. therefore it would make sense to test it by swift tests | 00:25 |
kopecmartin | sure, i can ping them | 00:25 |
gmann | kopecmartin: but Tempest is not the right place to tests radosgw | 00:25 |
gmann | Tempest needs to run on APi endpoints registered in keystone. it can be anything but API path cannot be changed from service side | 00:26 |
gmann | i will comment on those review | 00:26 |
kopecmartin | noted, i'll deep more into that, thanks for the feedback! | 00:27 |
kopecmartin | *dig more | 00:27 |
gmann | any other review or fix you would like to bring ? | 00:27 |
kopecmartin | gmann: no, this is all for now :) | 00:27 |
gmann | ok, thakns | 00:27 |
gmann | let's move next | 00:27 |
gmann | patrole | 00:27 |
gmann | no much updates for this only things is we discussed in PTG about it to add in keystone and neutron gate. | 00:28 |
gmann | any other sub team updates ? | 00:28 |
masayukig | nothing from my side | 00:29 |
gmann | #topic Bug Triage | 00:29 |
*** openstack changes topic to "Bug Triage (Meeting topic: qa)" | 00:29 | |
tosky | did you have any time to discuss the grenade job patches during the PTG? | 00:29 |
tosky | uh, too late | 00:29 |
gmann | #link https://etherpad.openstack.org/p/openstack_qa_tempest_2019_bug_review | 00:29 |
gmann | we discussed to start the triage rotation. I will update the same in my PTG summary email | 00:30 |
gmann | tosky: yeah, we did as part of community goal. moving grenade job is priority before that goal is started. | 00:31 |
tosky | in parallel, I'd say | 00:31 |
gmann | I will plan to have a common review with zuul team on that | 00:31 |
gmann | tosky: goal is something we need to discuss on tc channel, it is accepted as pre-approved goal for V cycle | 00:31 |
tosky | ok | 00:31 |
tosky | not U? Ok, let's discuss it in a more appropriate time-slot | 00:32 |
gmann | but grenade zuulv3 is priority irrespective of goal things | 00:32 |
gmann | tosky: yeah | 00:32 |
gmann | #topic Critical Reviews | 00:33 |
*** openstack changes topic to "Critical Reviews (Meeting topic: qa)" | 00:33 | |
gmann | any more critical review than what we discussed? | 00:33 |
kopecmartin | not from my side | 00:33 |
masayukig | nope | 00:34 |
gmann | ok.if nothing else we will close today office hour. | 00:34 |
masayukig | sure, thanks! | 00:34 |
gmann | thanks all for joining. | 00:35 |
kopecmartin | thank you | 00:35 |
gmann | #endmeeting | 00:35 |
*** openstack changes topic to "Discussion of OpenStack Quality Assurance Projects (tempest, devstack, grenade, and friends) | docs https://wiki.openstack.org/wiki/QA | specs https://review.openstack.org/#/q/project:openstack/qa-specs | channel logs http://eavesdrop.openstack.org/irclogs/%23openstack-qa/" | 00:35 | |
openstack | Meeting ended Thu Nov 14 00:35:06 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 00:35 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/qa/2019/qa.2019-11-14-00.02.html | 00:35 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/qa/2019/qa.2019-11-14-00.02.txt | 00:35 |
openstack | Log: http://eavesdrop.openstack.org/meetings/qa/2019/qa.2019-11-14-00.02.log.html | 00:35 |
*** tosky has quit IRC | 00:36 | |
*** mriedem has quit IRC | 00:38 | |
*** bigdogstl has joined #openstack-qa | 00:57 | |
*** yamamoto has joined #openstack-qa | 00:57 | |
bigdogstl | can I get review here https://review.opendev.org/#/c/689052/ | 00:57 |
bigdogstl | https://review.opendev.org/#/c/692233/2 | 00:57 |
bigdogstl | https://review.opendev.org/#/c/678260/ | 00:58 |
bigdogstl | https://review.opendev.org/#/c/584530/ | 00:58 |
bigdogstl | https://review.opendev.org/#/c/673342/ | 00:58 |
bigdogstl | https://review.opendev.org/#/c/677729/ | 00:58 |
*** kopecmartin is now known as kopecmartin|off | 00:59 | |
*** yamamoto has quit IRC | 01:02 | |
*** bigdogstl has quit IRC | 01:26 | |
mattoliverau | gmann, kopecmartin|off: actaully the /swift endpoint in RGW is optional, you can have swift api listen on the root as well, just not sure how nice that plays with s3. As gmann methoned, can't you just get the required path from the swift endpoint in keystone? and take anything from before the v1 and your entrypoint for /info or something? | 01:34 |
*** jpena|off has quit IRC | 01:54 | |
*** sridharg has joined #openstack-qa | 02:07 | |
*** sridharg has quit IRC | 02:21 | |
*** rh-jelabarre has quit IRC | 02:30 | |
*** yamamoto has joined #openstack-qa | 02:47 | |
*** yamamoto has quit IRC | 02:49 | |
*** yamamoto has joined #openstack-qa | 02:49 | |
*** xinranwang has joined #openstack-qa | 02:50 | |
*** sridharg has joined #openstack-qa | 02:51 | |
*** ramishra has joined #openstack-qa | 03:08 | |
*** rh-jelabarre has joined #openstack-qa | 03:09 | |
*** yamamoto has quit IRC | 03:11 | |
*** yamamoto has joined #openstack-qa | 03:12 | |
*** sridharg has quit IRC | 03:14 | |
*** udesale has joined #openstack-qa | 03:50 | |
*** bhagyashris has joined #openstack-qa | 03:56 | |
*** raukadah is now known as chandankumar | 04:27 | |
*** yamamoto has quit IRC | 04:45 | |
*** dtantsur|afk has quit IRC | 04:50 | |
*** bhagyashris has quit IRC | 04:53 | |
*** dtantsur has joined #openstack-qa | 04:55 | |
*** rh-jelabarre has quit IRC | 05:16 | |
*** yamamoto has joined #openstack-qa | 05:19 | |
*** yamamoto has quit IRC | 05:24 | |
*** yamamoto has joined #openstack-qa | 05:27 | |
*** bhagyashris has joined #openstack-qa | 05:31 | |
*** epoojad1 has joined #openstack-qa | 05:40 | |
*** igordc has joined #openstack-qa | 05:55 | |
*** soniya29 has joined #openstack-qa | 06:04 | |
*** ccamel has quit IRC | 06:04 | |
soniya29 | masayukig, can you review my patch, https://review.opendev.org/#/c/682835/ ? | 06:06 |
*** camelCaser has joined #openstack-qa | 06:06 | |
masayukig | soniya29: yeah, I'll take a look | 06:07 |
soniya29 | masayukig, thanks | 06:08 |
*** Luzi has joined #openstack-qa | 06:08 | |
masayukig | soniya29: hey, you just added a release note? | 06:09 |
soniya29 | masayukig, yeah | 06:10 |
masayukig | soniya29: I mean there's no implementation code in the patch | 06:10 |
*** gcheresh_ has joined #openstack-qa | 06:11 | |
soniya29 | masayukig, My parent patch already has its implementation hence I didn't added it in updated patch. Do I need to add it again? | 06:14 |
*** surpatil has joined #openstack-qa | 06:18 | |
masayukig | soniya29: In the patch-set 7, you changed tempest/cmd/subunit_describe_calls.py and setup.cfg but not in the patch-set 8. And, I don't see the implementation anywhere in the master. What do you mean about "My parent patch"? URL? | 06:27 |
soniya29 | masayukig, I mean patch-set 7, URL:- https://review.opendev.org/#/c/682835/7/ | 06:28 |
masayukig | soniya29: ah, you have to include all changes. Did you see this already? https://docs.openstack.org/infra/manual/developers.html#updating-a-change | 06:30 |
masayukig | Gerrit workflow is different from the GitHub style. | 06:31 |
*** rcernin has quit IRC | 06:53 | |
*** yamamoto has quit IRC | 07:04 | |
soniya29 | masayukig, No, I will go through it and update the patch :) | 07:05 |
openstackgerrit | Abhishek Kekane proposed openstack/devstack master: Glance: Add support to configure multiple file stores https://review.opendev.org/689104 | 07:22 |
*** ccamel has joined #openstack-qa | 07:23 | |
openstackgerrit | mashuting proposed openstack/devstack master: Replace all 'python' to 'python3' of shell script https://review.opendev.org/693137 | 07:24 |
*** camelCaser has quit IRC | 07:24 | |
*** ccamposr__ has joined #openstack-qa | 07:32 | |
*** ccamposr has quit IRC | 07:35 | |
masayukig | soniya29: cool :) | 07:36 |
*** igordc has quit IRC | 07:39 | |
*** yamamoto has joined #openstack-qa | 07:43 | |
*** yamamoto has quit IRC | 07:48 | |
*** kopecmartin|off is now known as kopecmartin | 07:52 | |
*** pleia2 has quit IRC | 08:08 | |
*** pleia2 has joined #openstack-qa | 08:09 | |
*** tosky has joined #openstack-qa | 08:16 | |
*** tesseract has joined #openstack-qa | 08:17 | |
*** dmellado has quit IRC | 08:21 | |
*** dmellado has joined #openstack-qa | 08:23 | |
*** dmellado has quit IRC | 08:25 | |
*** dmellado has joined #openstack-qa | 08:27 | |
*** slaweq has joined #openstack-qa | 08:30 | |
*** udesale has quit IRC | 08:35 | |
*** udesale has joined #openstack-qa | 08:37 | |
*** lucasagomes has joined #openstack-qa | 08:47 | |
*** ralonsoh has joined #openstack-qa | 08:54 | |
*** rpittau|afk is now known as rpittau | 08:57 | |
*** slaweq has quit IRC | 09:01 | |
*** brinzhang has joined #openstack-qa | 09:03 | |
*** udesale has quit IRC | 09:08 | |
*** slaweq has joined #openstack-qa | 09:09 | |
*** jpena has joined #openstack-qa | 09:09 | |
*** udesale has joined #openstack-qa | 09:09 | |
*** trident has quit IRC | 09:16 | |
*** dmellado has quit IRC | 09:20 | |
*** dmellado has joined #openstack-qa | 09:24 | |
*** trident has joined #openstack-qa | 09:26 | |
kopecmartin | mattoliverau: gmann i can get the path from keystone, that's the second approach (this review: https://review.opendev.org/#/c/692375 ) - that review creates a new filter which will take care of taking whatever before v1 from the swift endpoint | 09:35 |
*** xinranwang has quit IRC | 09:39 | |
*** yamamoto has joined #openstack-qa | 09:40 | |
*** gfidente|afk is now known as gfidente | 09:43 | |
*** iurygregory has joined #openstack-qa | 09:53 | |
*** pcaruana has joined #openstack-qa | 09:54 | |
*** ralonsoh has quit IRC | 10:03 | |
*** ralonsoh has joined #openstack-qa | 10:03 | |
*** yamamoto has quit IRC | 10:06 | |
*** yamamoto has joined #openstack-qa | 10:10 | |
*** yamamoto has quit IRC | 10:15 | |
*** sridharg has joined #openstack-qa | 10:23 | |
*** lucasagomes has quit IRC | 10:25 | |
*** lucasagomes has joined #openstack-qa | 10:28 | |
openstackgerrit | Slawek Kaplonski proposed openstack/grenade master: Drop old neutron-grenade job https://review.opendev.org/694234 | 10:30 |
*** sridharg has quit IRC | 10:31 | |
openstackgerrit | Slawek Kaplonski proposed openstack/devstack master: Drop old neutron-grenade job https://review.opendev.org/694237 | 10:36 |
*** gcheresh_ has quit IRC | 10:39 | |
*** gcheresh_ has joined #openstack-qa | 10:43 | |
openstackgerrit | Slawek Kaplonski proposed openstack/tempest master: Drop old neutron-grenade job https://review.opendev.org/694246 | 10:49 |
*** epoojad1 has quit IRC | 11:12 | |
*** udesale has quit IRC | 11:14 | |
*** raildo has joined #openstack-qa | 11:22 | |
*** brinzhang_ has joined #openstack-qa | 11:35 | |
*** rfolco has joined #openstack-qa | 11:37 | |
*** brinzhang has quit IRC | 11:38 | |
*** brinzhang has joined #openstack-qa | 11:53 | |
*** lucasagomes has quit IRC | 11:55 | |
openstackgerrit | Slawek Kaplonski proposed openstack/grenade master: Switch to uwsgi in grenade jobs https://review.opendev.org/694266 | 11:55 |
openstackgerrit | Slawek Kaplonski proposed openstack/devstack master: Switch default Neutron's deployment method https://review.opendev.org/694042 | 11:56 |
*** brinzhang_ has quit IRC | 11:57 | |
*** dave-mccowan has joined #openstack-qa | 11:59 | |
*** jpena is now known as jpena|lunch | 12:00 | |
*** trident has quit IRC | 12:09 | |
*** trident has joined #openstack-qa | 12:18 | |
gmann | slaweq: i added -1 for testing tooling and req patch for dropping py2 grenade job which needs to happen during phase-2 | 12:22 |
gmann | rest all need Depends-on on your zuul job patch | 12:23 |
slaweq | gmann: ok, I will update other patches | 12:25 |
slaweq | thx | 12:25 |
*** tesseract has quit IRC | 12:28 | |
*** tesseract has joined #openstack-qa | 12:29 | |
gmann | thanks | 12:29 |
*** surpatil has quit IRC | 12:35 | |
*** bhagyashris has quit IRC | 12:45 | |
*** rfolco has quit IRC | 12:51 | |
*** ccamposr__ has quit IRC | 12:51 | |
*** Luzi has quit IRC | 12:51 | |
*** irclogbot_0 has quit IRC | 12:52 | |
*** d34dh0r53 has quit IRC | 12:52 | |
*** ianw has quit IRC | 12:52 | |
*** dulek has quit IRC | 12:52 | |
*** amotoki has quit IRC | 12:52 | |
*** ildikov has quit IRC | 12:52 | |
*** openstackstatus has quit IRC | 12:53 | |
*** rfolco has joined #openstack-qa | 12:53 | |
*** ccamposr__ has joined #openstack-qa | 12:53 | |
*** Luzi has joined #openstack-qa | 12:53 | |
*** irclogbot_0 has joined #openstack-qa | 12:53 | |
*** d34dh0r53 has joined #openstack-qa | 12:53 | |
*** ianw has joined #openstack-qa | 12:53 | |
*** dulek has joined #openstack-qa | 12:53 | |
*** amotoki has joined #openstack-qa | 12:53 | |
*** ildikov has joined #openstack-qa | 12:53 | |
*** brinzhang has quit IRC | 12:56 | |
*** brinzhang has joined #openstack-qa | 12:56 | |
*** brinzhang has quit IRC | 12:57 | |
*** rh-jelabarre has joined #openstack-qa | 13:04 | |
*** jpena|lunch is now known as jpena | 13:08 | |
*** kopecmartin is now known as kopecmartin|half | 13:09 | |
*** kopecmartin|half is now known as kopecmartin|pto | 13:09 | |
*** brinzhang has joined #openstack-qa | 13:14 | |
*** yamamoto has joined #openstack-qa | 13:16 | |
*** brinzhang has quit IRC | 13:16 | |
*** brinzhang has joined #openstack-qa | 13:17 | |
*** brinzhang has quit IRC | 13:17 | |
*** yamamoto has quit IRC | 13:20 | |
*** brinzhang has joined #openstack-qa | 13:27 | |
*** brinzhang has quit IRC | 13:27 | |
*** brinzhang has joined #openstack-qa | 13:28 | |
*** yamamoto has joined #openstack-qa | 13:33 | |
*** brinzhang_ has joined #openstack-qa | 13:36 | |
*** brinzhang has quit IRC | 13:40 | |
*** mriedem has joined #openstack-qa | 13:45 | |
*** udesale has joined #openstack-qa | 13:46 | |
*** nweinber_ has joined #openstack-qa | 13:48 | |
*** yamamoto has quit IRC | 13:58 | |
*** brinzhang_ has quit IRC | 14:06 | |
*** brinzhang_ has joined #openstack-qa | 14:06 | |
*** yamamoto has joined #openstack-qa | 14:32 | |
*** Luzi has quit IRC | 14:33 | |
*** yamamoto has quit IRC | 14:38 | |
*** lucasagomes has joined #openstack-qa | 14:44 | |
*** brinzhang has joined #openstack-qa | 14:46 | |
*** gcheresh_ has quit IRC | 14:46 | |
*** brinzhang_ has quit IRC | 14:48 | |
*** chandankumar is now known as raukadah | 14:51 | |
openstackgerrit | Soniya Murlidhar Vyas proposed openstack/tempest master: Added tempest subcommand for subunit_describe_calls https://review.opendev.org/682835 | 14:59 |
openstackgerrit | Soniya Murlidhar Vyas proposed openstack/tempest master: Added tempest subcommand for subunit_describe_calls https://review.opendev.org/682835 | 15:00 |
*** soniya29 has quit IRC | 15:04 | |
*** brinzhang_ has joined #openstack-qa | 15:06 | |
*** brinzhang has quit IRC | 15:09 | |
*** udesale has quit IRC | 15:11 | |
*** udesale has joined #openstack-qa | 15:13 | |
*** gcheresh_ has joined #openstack-qa | 15:14 | |
*** lucasagomes has quit IRC | 15:17 | |
*** brinzhang_ has quit IRC | 15:18 | |
*** brinzhang_ has joined #openstack-qa | 15:18 | |
*** dviroel has joined #openstack-qa | 15:21 | |
*** ccamposr has joined #openstack-qa | 15:26 | |
openstackgerrit | Stephen Finucane proposed openstack/devstack-plugin-ceph master: Install 'python3-' variants of packages in 'install_ceph_remote' https://review.opendev.org/694330 | 15:27 |
*** ccamposr__ has quit IRC | 15:29 | |
*** lucasagomes has joined #openstack-qa | 15:31 | |
*** lucasagomes has quit IRC | 15:45 | |
*** lucasagomes has joined #openstack-qa | 15:45 | |
*** lucasagomes has joined #openstack-qa | 15:45 | |
*** brinzhang has joined #openstack-qa | 16:06 | |
*** brinzhang has quit IRC | 16:07 | |
*** brinzhang has joined #openstack-qa | 16:08 | |
*** brinzhang has quit IRC | 16:09 | |
*** brinzhang_ has quit IRC | 16:09 | |
*** brinzhang has joined #openstack-qa | 16:09 | |
*** brinzhang has quit IRC | 16:10 | |
*** udesale has quit IRC | 16:33 | |
*** iurygregory has quit IRC | 16:35 | |
*** iurygregory has joined #openstack-qa | 16:48 | |
*** yamamoto has joined #openstack-qa | 17:02 | |
*** rpittau is now known as rpittau|afk | 17:04 | |
*** yamamoto has quit IRC | 17:06 | |
*** tesseract has quit IRC | 17:15 | |
openstackgerrit | Matt Riedemann proposed opendev/elastic-recheck master: Add query for inap package mirror bug 1852617 https://review.opendev.org/694372 | 17:43 |
openstack | bug 1852617 in OpenStack-Gate "ERROR: Could not install packages due to an EnvironmentError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read)) on inap nodes" [Undecided,New] https://launchpad.net/bugs/1852617 | 17:43 |
*** tosky has quit IRC | 17:49 | |
*** lucasagomes has quit IRC | 18:01 | |
*** jpena is now known as jpena|off | 18:04 | |
openstackgerrit | Merged opendev/elastic-recheck master: Add query for inap package mirror bug 1852617 https://review.opendev.org/694372 | 18:05 |
openstack | bug 1852617 in OpenStack-Gate "ERROR: Could not install packages due to an EnvironmentError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read)) on inap nodes" [Undecided,Confirmed] https://launchpad.net/bugs/1852617 | 18:05 |
*** mvkr has quit IRC | 18:10 | |
*** yamamoto has joined #openstack-qa | 18:13 | |
*** yamamoto has quit IRC | 18:18 | |
*** dviroel has quit IRC | 18:20 | |
*** dave-mccowan has quit IRC | 18:26 | |
*** ralonsoh has quit IRC | 18:28 | |
*** artom has quit IRC | 18:32 | |
*** gcheresh_ has quit IRC | 18:34 | |
*** dave-mccowan has joined #openstack-qa | 18:34 | |
*** amodi has joined #openstack-qa | 18:40 | |
*** yamamoto has joined #openstack-qa | 18:53 | |
*** igordc has joined #openstack-qa | 18:54 | |
*** yamamoto has quit IRC | 18:58 | |
openstackgerrit | Zane Bitter proposed openstack/devstack master: Don't install glance default policy https://review.opendev.org/694386 | 19:04 |
*** efried has joined #openstack-qa | 19:26 | |
*** dustinc has joined #openstack-qa | 19:26 | |
dustinc | having trouble getting tempest tests for nova running locally..could someone point me to a guide for it? | 19:42 |
*** mriedem has quit IRC | 19:55 | |
*** mriedem has joined #openstack-qa | 19:57 | |
*** artom has joined #openstack-qa | 20:38 | |
*** gcheresh_ has joined #openstack-qa | 20:47 | |
*** slaweq has quit IRC | 20:52 | |
*** tosky has joined #openstack-qa | 20:57 | |
*** slaweq has joined #openstack-qa | 21:09 | |
*** raildo has quit IRC | 21:12 | |
*** slaweq has quit IRC | 21:18 | |
*** rcernin has joined #openstack-qa | 21:28 | |
*** slaweq has joined #openstack-qa | 21:33 | |
*** nweinber_ has quit IRC | 21:39 | |
*** slaweq has quit IRC | 21:41 | |
*** igordc has quit IRC | 21:45 | |
*** igordc has joined #openstack-qa | 21:45 | |
*** gcheresh_ has quit IRC | 21:47 | |
*** yamamoto has joined #openstack-qa | 21:48 | |
*** artom has quit IRC | 21:52 | |
*** rfolco has quit IRC | 21:55 | |
*** slaweq has joined #openstack-qa | 22:01 | |
*** iurygregory has quit IRC | 22:05 | |
*** slaweq has quit IRC | 22:05 | |
*** slaweq has joined #openstack-qa | 22:06 | |
*** slaweq has quit IRC | 22:18 | |
*** slaweq has joined #openstack-qa | 22:29 | |
*** slaweq has quit IRC | 22:34 | |
*** slaweq has joined #openstack-qa | 22:39 | |
*** slaweq has quit IRC | 22:45 | |
*** slaweq has joined #openstack-qa | 22:48 | |
*** yamamoto has quit IRC | 22:49 | |
*** slaweq has quit IRC | 23:00 | |
*** dave-mccowan has quit IRC | 23:02 | |
*** slaweq has joined #openstack-qa | 23:11 | |
*** mvkr has joined #openstack-qa | 23:11 | |
*** slaweq has quit IRC | 23:16 | |
*** slaweq has joined #openstack-qa | 23:34 | |
gmann | dustinc: what error you are getting ? you can refer the quick guide which has multiple way to run the tests- https://docs.openstack.org/tempest/latest/overview.html#quickstart | 23:38 |
*** slaweq has quit IRC | 23:39 | |
*** slaweq has joined #openstack-qa | 23:53 | |
*** slaweq has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!