Thursday, 2020-01-02

*** d34dh0r53 has quit IRC00:15
*** d34dh0r53 has joined #openstack-qa00:18
openstackgerritlkk proposed openstack/tempest master: add image tags test in image list  https://review.opendev.org/69883900:21
*** mvkr has joined #openstack-qa01:23
eanderssongmann are there are tools to generate fake notifications (e.g. nova notifications) for use with tempest?01:54
*** brinzhang has joined #openstack-qa01:57
gmanneandersson: do not know if there is any tool to generate. but did not get  "for use with tempest?" ?01:58
eanderssonBasically trying to figure out how to test things like the designate-sink without having to create actual virtual machines.01:58
eanderssonCreated something like this locally http://paste.openstack.org/show/787877/01:59
eanderssonbut would be neat if I could just do this in the CI01:59
ricolingmann, I'm working on zuul v3 migrate for heat tempest jobs https://review.opendev.org/#/c/66087702:13
ricolinI need qa team's advise here. We have separate our test in heat and heat-tempest-plugin, and if we wish to run with devstack-tempest, there's few way I can approach, either create a new tempest plugin for tests under heat or rewrite run.yaml02:15
ricolinor discover tests from heat repo when loading heat-tempest plugin02:17
ricolinany suggestion on that?02:17
ricolinAlso I'm wondering if we can source /etc/ci/mirror_info.sh and use NODEPOOL_FEDORA_MIRROR for IMAGE_URLS with zuul v3 native way (devstack-tempest)02:19
gmanneandersson: i see. i am not aware of such tool or if we can generate the fake notification. nova functional tests also make actual API call till notification are generated.02:20
ricolinI mean something like https://opendev.org/openstack/heat/src/branch/master/heat_integrationtests/pre_test_hook.sh#L4902:21
gmannricolin: sure, you can do via role, i mean by creating the new pre-test phase. it does not needs to be from devstack-tempest if no tempest like tests. you can use base devstack jobs also.02:22
gmannricolin: have not looked into the review though, i will check it tomorrow.02:23
ricolinthx gmann02:35
ricolinextend on that, will it be fine for tempest if we have a tempest plugin under openstack/heat?04:06
*** bhagyashris has joined #openstack-qa04:21
openstackgerritlkk proposed openstack/tempest master: add image tags test in image list  https://review.opendev.org/69883904:22
*** ramishra has joined #openstack-qa04:26
*** epoojad1 has joined #openstack-qa05:17
*** evrardjp has quit IRC05:33
*** evrardjp has joined #openstack-qa05:33
*** soniya29 has joined #openstack-qa05:38
*** gcheresh has joined #openstack-qa06:30
*** gcheresh_ has joined #openstack-qa06:35
*** gcheresh has quit IRC06:35
*** brinzhang_ has joined #openstack-qa06:44
*** brinzhang has quit IRC06:47
*** ramishra has quit IRC06:53
*** brinzhang has joined #openstack-qa07:00
*** brinzhang_ has quit IRC07:03
kopecmartingmann: thanks for the time change, i hope it's not too early for you :)07:04
*** ramishra has joined #openstack-qa07:16
*** brinzhang has quit IRC07:28
*** pcaruana has joined #openstack-qa07:34
*** bhagyashris has quit IRC08:07
*** rpittau|afk is now known as rpittau08:41
*** arxcruz|pto is now known as arxcruz08:57
*** surpatil has joined #openstack-qa09:06
*** lucasagomes has joined #openstack-qa09:08
*** iurygregory has joined #openstack-qa09:15
*** bhagyashris has joined #openstack-qa09:15
kopecmartinafazekas: https://review.opendev.org/#/c/693818/ you already +2 once, but then I did a small edit (added a releasenote)09:29
*** iurygregory has quit IRC10:07
*** iurygregory has joined #openstack-qa10:08
soniya29kopecmartin, Can you review this patch:-https://review.opendev.org/#/c/699275/10:10
soniya29gmann: thanks a lot for the change of time.10:11
soniya29kopecmartin: 'tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001' job fails for this patch [https://review.opendev.org/#/c/698887/]. Can you help me with this patch?10:22
kopecmartinsoniya29: it's a third party CI, it doesn't have to pass , well, i don't know what's the policy for removing from skiplist .. better to ask others .. also the CI results are 2 weeks old, maybe it's not failing now, these things change quickly10:25
soniya29kopecmartin, I guess even third party CI have to pass10:27
*** tosky has joined #openstack-qa10:38
*** slaweq has joined #openstack-qa11:11
*** slaweq has quit IRC11:39
*** SurajPatil has joined #openstack-qa11:52
*** slaweq has joined #openstack-qa11:54
*** surpatil has quit IRC11:54
*** slaweq has quit IRC11:58
*** epoojad1 is now known as epoojad1|afk12:15
*** surpatil has joined #openstack-qa12:15
*** SurajPatil has quit IRC12:18
*** epoojad1|afk has quit IRC12:20
*** SurajPatil has joined #openstack-qa12:21
*** surpatil has quit IRC12:24
*** spsurya has joined #openstack-qa12:48
*** rh-jelabarre has joined #openstack-qa12:50
*** surpatil has joined #openstack-qa12:52
openstackgerritMerged openstack/tempest master: Extend cleanup CLI to delete regions  https://review.opendev.org/69381812:53
openstackgerritMerged openstack/tempest master: Tempest cleanup: improve iterating over projects  https://review.opendev.org/69406412:53
*** SurajPatil has quit IRC12:55
*** adriant has quit IRC12:57
*** adriant has joined #openstack-qa12:57
*** rfolco has joined #openstack-qa13:06
openstackgerritLucas Alvares Gomes proposed openstack/devstack master: Add "OVN" debs and rpms package files  https://review.opendev.org/69850613:24
*** bhagyashris has quit IRC13:46
*** dave-mccowan has joined #openstack-qa13:50
*** soniya29 has quit IRC13:54
openstackgerritMartin Kopec proposed openstack/tempest master: Add tempest-cleanup ansible role  https://review.opendev.org/69861013:58
*** dave-mccowan has quit IRC14:21
*** dave-mccowan has joined #openstack-qa14:25
openstackgerritMerged openstack/devstack master: Removal of deprecated command and deprecated optional argument  https://review.opendev.org/70062014:32
*** surpatil has quit IRC14:32
*** mriedem has joined #openstack-qa14:35
ricolingmann, extend on what we discussed yesterday. Will it be fine for tempest if we have a tempest plugin under openstack/heat? or that still concerns Tempest?14:41
gmannricolin: we should have it in separate repo actually for the various reasons.14:44
ricolinOkay that means I definitely need to do some other things in the heat zuul v3 patch14:45
gmannricolin: i have your patch for today review list. I will check that for sure.14:46
gmannyou should not need tempest plugin things for zuulv3 migration14:47
ricolinThanks. As long as we can run heat/heat_integration tests and heat-tempest-plugin tests together, will be fine to me:)14:49
gmannok. you want to run all in single job right not separate14:49
*** mriedem has quit IRC15:06
kopecmartinafazekas: gmann it would be great, if you could have a look at this old change please https://review.opendev.org/#/c/692375/15:09
ricolingmann, yes15:10
afazekaskopecmartin, I thought I already  reviewed it ..15:10
gmannkopecmartin: i missed that again seems :). I will do it sometime earl next week.15:11
gmannricolin: ok.15:11
kopecmartingmann: ok, thanks15:18
kopecmartinafazekas: thank you15:18
*** mriedem has joined #openstack-qa15:32
*** pcaruana has quit IRC16:04
*** gcheresh_ has quit IRC16:08
*** mriedem has quit IRC16:21
*** mriedem has joined #openstack-qa16:22
*** mriedem has quit IRC16:40
*** pcaruana has joined #openstack-qa16:43
*** ramishra has quit IRC16:44
*** dtantsur is now known as dtantsur|afk16:46
*** rpittau is now known as rpittau|afk16:51
*** lucasagomes has quit IRC17:02
*** evrardjp has quit IRC17:33
*** evrardjp has joined #openstack-qa17:33
openstackgerritMerged openstack/tempest master: Add host validation after live migration  https://review.opendev.org/69756217:43
*** slaweq has joined #openstack-qa17:51
*** slaweq has quit IRC17:56
*** slaweq has joined #openstack-qa17:57
openstackgerritMerged openstack/tempest master: Close ssh client after executing a command  https://review.opendev.org/69516718:00
openstackgerritMerged openstack/devstack-gate master: Modernize default services in the test matrix  https://review.opendev.org/70021718:16
*** slaweq has quit IRC18:20
*** slaweq has joined #openstack-qa18:24
*** slaweq has quit IRC18:29
*** pcaruana has quit IRC19:15
*** mattw4 has joined #openstack-qa19:26
*** camelCaser has quit IRC20:54
*** camelCaser has joined #openstack-qa20:56
*** rick_bartra has joined #openstack-qa21:31
*** slaweq has joined #openstack-qa22:03
*** rick_bartra has quit IRC22:16
*** dviroel has quit IRC22:21
*** slaweq has quit IRC22:28
openstackgerritRick Bartra proposed openstack/patrole master: fix: admin and member gates are broken  https://review.opendev.org/70094922:29
openstackgerritMerged openstack/devstack-gate master: Remove 'cinder' service from feature test matrix  https://review.opendev.org/70023623:23
openstackgerritMerged openstack/devstack-gate master: Add --verbose option to test_matrix.py  https://review.opendev.org/70023723:24
*** tosky has quit IRC23:58

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!