Thursday, 2018-11-08

*** dustins has quit IRC00:02
*** dhellmann has joined #openstack-qa00:07
*** cshen has joined #openstack-qa00:12
*** cshen has quit IRC00:16
openstackgerritFelipe Monteiro proposed openstack/tempest master: Fix required projects for sanity plugin check job  https://review.openstack.org/61605900:24
openstackgerritFelipe Monteiro proposed openstack/patrole master: Fix error codes for test_delete_flavor_service_profile  https://review.openstack.org/61638500:45
*** felipemonteiro has joined #openstack-qa01:19
felipemonteirogmann: Replying to Neutron RBAC email you put in ML a while ago... I didn't have time to respond yet but I did file this bug: https://storyboard.openstack.org/#!/story/200430101:21
gmannfelipemonteiro: cool. so we will test it with [403, 404] right01:24
felipemonteirogmann: Maybe something like this: "expected_error_codes=[403, 404 if not rbac_rule_validation.allowed("delete_port") else None])"01:25
felipemonteiroBecause 404 is only raised if "delete" fails AND "get" fails01:26
felipemonteiroAnd because if "get" is not allowed but "delete" is allowed, then for delete case it should pass....01:27
felipemonteiroPatrole will say it fails though01:27
*** brinzhang has joined #openstack-qa01:29
gmannfelipemonteiro: does delete API enforce  get policy also in neutron or just does get on DB ?01:30
gmannfelipemonteiro: if delete just check if resource there in DB then proceed with delete policy enforcement etc otherwise 40401:31
gmannthen it will be different case.01:31
gmannso we need to confirm first that 404 is because of resource not found or it can be from GET policy enforcement also01:33
felipemonteirogmann: It's explained in the bug pretty carefully. But Neutron will 1) check delete => if it fails => check get => if it fails 404; 2) check delete => if it fails => check get => if it passes => 40301:34
felipemonteirogmann: here is example of neutron raising 404 on policy failure: https://github.com/openstack/neutron/blob/02edde5cbfe04208e9ecafea87e80b0a1a05c86f/neutron/api/v2/base.py#L59301:36
felipemonteiroBut yes.... Neutron can also raise 404 if resource is not found01:36
gmannfelipemonteiro: ah i see. get check is to hide the resource existence info01:38
felipemonteirogmann: yes, it is quite tricky01:39
*** yamamoto has joined #openstack-qa01:45
gmannfelipemonteiro: can we make like this - expected_error_codes=[403, 404 if not rbac_rule_validation.allowed("delete_port") else 403])01:48
gmannfelipemonteiro: in that case we do not need to handle None hack in rbac_rule_validation01:49
*** mriedem has quit IRC01:50
felipemonteirogmann: We need to handle case where 1) "delete" is allowed 2) "get" is *not* allowed => in this case Neutron will check "delete" and return 204. It will not perform "get" policy check.01:54
felipemonteiroBut then Patrole will still check 1) AND 2) and will say "delete" (allowed) + "get" (not allowed) => not allowed01:54
felipemonteiroBut... it is highly unlikely someone would configure RBAC to say delete is allowed, but get is not allowed... that would be pretty dumb... but still01:55
gmannfelipemonteiro: yeah so in that case patrole except 403 right01:57
gmannfelipemonteiro: as you wrote "delete" (allowed) + "get" (not allowed) => not allowed. but in story "Though this would require updating rbac_rule_validation slightly to account for None basically being success case"01:59
gmannNone was basically not allowed case right so check 403 in that case should pass the test01:59
felipemonteiroYeah I can make that change02:03
gmannfelipemonteiro: ok, other part looks good. only thing i am concern is we are testing via code checking  :) not from policy doc etc. but for neutron that is ok i think02:05
gmannwe can bug amotoki again for neutron policy doc :)02:05
felipemonteirogmann: yeah neutron has no policy in code :(02:10
felipemonteiroOr policy documentation in the policy in code I mean02:10
*** hongbin has joined #openstack-qa02:13
openstackgerritFelipe Monteiro proposed openstack/tempest master: WIP: Whitelist for tempest-plugin-sanity job  https://review.openstack.org/61639302:25
openstackgerritFelipe Monteiro proposed openstack/tempest master: WIP: Whitelist for tempest-plugin-sanity job  https://review.openstack.org/61639302:25
*** felipemonteiro has quit IRC02:33
*** markvoelker has joined #openstack-qa02:45
*** markvoelker has quit IRC02:45
*** markvoelker has joined #openstack-qa02:45
*** yamamoto has quit IRC02:49
*** markvoelker has quit IRC02:50
*** felipemonteiro has joined #openstack-qa02:55
*** markvoelker has joined #openstack-qa02:55
*** fungi has quit IRC03:06
*** fungi has joined #openstack-qa03:09
*** fungi has quit IRC03:10
*** larainema has joined #openstack-qa03:12
*** felipemonteiro has quit IRC03:35
*** felipemonteiro has joined #openstack-qa03:36
*** fungi has joined #openstack-qa03:40
*** fungi has quit IRC03:41
*** fungi has joined #openstack-qa03:45
*** felipemonteiro has quit IRC04:11
openstackgerritzhufl proposed openstack/tempest master: Add response schema validation for volume manage  https://review.openstack.org/60887505:06
*** munimeha1 has quit IRC05:28
*** yamamoto has joined #openstack-qa05:45
openstackgerritLiron Kuchlani proposed openstack/tempest master: [Negative] Extend volume over quota limit  https://review.openstack.org/61227705:46
openstackgerritGhanshyam Mann proposed openstack-dev/devstack master: DNM: Testing system-scope  https://review.openstack.org/61641505:48
openstackgerritGhanshyam Mann proposed openstack-dev/devstack master: DNM: Testing system-scope-2  https://review.openstack.org/61641605:54
openstackgerritGhanshyam Mann proposed openstack-dev/devstack master: DNM: Testing system-scope-3  https://review.openstack.org/61448605:56
openstackgerritFelipe Monteiro proposed openstack/patrole master: RequirementsAuthority multi role support enhancement  https://review.openstack.org/61438605:56
*** cshen has joined #openstack-qa05:56
openstackgerritGhanshyam Mann proposed openstack-dev/devstack master: DNM: Testing system-scope-1  https://review.openstack.org/61641505:57
*** hongbin has quit IRC06:02
*** cshen has quit IRC06:11
openstackgerritFelipe Monteiro proposed openstack/patrole master: requirements authority: Use better exception/return code  https://review.openstack.org/61642206:17
openstackgerritLiron Kuchlani proposed openstack/tempest master: [Negative] Extend volume over quota limit  https://review.openstack.org/61227706:19
*** cshen has joined #openstack-qa06:24
*** cshen has quit IRC06:28
openstackgerritzhufl proposed openstack/tempest master: Add response schema validation for volume backups  https://review.openstack.org/61642906:36
*** ccamposr has joined #openstack-qa06:53
*** brinzhang has quit IRC06:54
*** brinzhang has joined #openstack-qa06:54
*** ccamposr__ has joined #openstack-qa06:55
*** ccamposr has quit IRC06:59
*** gfidente has joined #openstack-qa07:13
*** aojea has quit IRC07:15
*** agurenko has joined #openstack-qa07:18
*** aojea has joined #openstack-qa07:20
*** brinzhang has quit IRC07:20
*** brinzhang has joined #openstack-qa07:20
*** agurenko has quit IRC07:20
gmannNo office hour today and so for next week due to Summit. i will be around on IRC for query/discussions.07:23
*** cshen has joined #openstack-qa07:30
amotokiI don't think we can cover all things in policy-in-code documentation.07:32
amotokiis it what you think?07:32
amotokigmann: ^ (felipe looks not online)07:33
*** pcaruana has joined #openstack-qa07:34
*** slaweq has joined #openstack-qa07:39
*** yamamoto has quit IRC07:46
*** yamamoto has joined #openstack-qa07:46
*** yamamoto has quit IRC07:47
openstackgerritzhufl proposed openstack/tempest master: Add api ref link for import_backup  https://review.openstack.org/61644808:08
*** Luzi has joined #openstack-qa08:30
*** yamamoto has joined #openstack-qa08:34
*** jpena|off is now known as jpena08:36
*** noama has joined #openstack-qa08:38
*** yamamoto has quit IRC08:40
*** yamamoto has joined #openstack-qa08:46
*** yamamoto has quit IRC08:47
*** yamamoto has joined #openstack-qa08:49
*** sshnaidm|afk is now known as sshnaidm|rover08:54
*** yamamoto has quit IRC09:13
openstackgerritzhufl proposed openstack/tempest master: Add response schema validation for volume backups  https://review.openstack.org/61642909:17
*** shardy has joined #openstack-qa09:22
*** lucasagomes has joined #openstack-qa09:35
openstackgerritzhufl proposed openstack/tempest master: Add response schema validation for volume backups  https://review.openstack.org/61642909:47
*** CrayZee has joined #openstack-qa09:48
*** CrayZee is now known as Guest3121209:48
*** Guest31212 has quit IRC09:49
*** e0ne has joined #openstack-qa09:50
*** snapiri- has joined #openstack-qa09:52
*** yamamoto has joined #openstack-qa09:54
*** dtantsur|afk is now known as dtantsur09:55
*** mvkr has quit IRC09:58
*** CrayZee- has joined #openstack-qa09:59
*** CrayZee- has quit IRC09:59
*** yamamoto has quit IRC10:00
*** yamamoto has joined #openstack-qa10:04
*** shardy has quit IRC10:07
*** shardy has joined #openstack-qa10:09
*** shardy has quit IRC10:14
*** shardy has joined #openstack-qa10:19
*** snapiri- has quit IRC10:19
*** snapiri- has joined #openstack-qa10:20
*** mvkr has joined #openstack-qa10:26
*** brinzhang has quit IRC10:28
*** CrayZee has joined #openstack-qa10:29
*** snapiri- has quit IRC10:32
*** shardy has quit IRC10:38
*** shardy has joined #openstack-qa10:39
*** shardy has quit IRC10:44
*** CrayZee_ has joined #openstack-qa11:00
*** CrayZee has quit IRC11:02
*** larainema has quit IRC11:05
*** yamamoto has quit IRC11:10
*** yamamoto has joined #openstack-qa11:14
*** cshen has quit IRC11:29
*** CrayZee_ has quit IRC11:31
*** ondrejme has joined #openstack-qa11:44
ondrejmeHello, has this bug been resolved in Tempest yet? https://review.openstack.org/#/c/511493/11:47
ondrejmeAccording to the comments, it was wrongly reported to tripleo instead to Tempest project11:48
*** cshen has joined #openstack-qa12:02
*** jpena is now known as jpena|lunch12:03
*** Luzi has quit IRC12:05
*** cshen has quit IRC12:07
*** raildo has joined #openstack-qa12:17
*** Luzi has joined #openstack-qa12:20
*** cshen has joined #openstack-qa12:23
*** dtantsur is now known as dtantsur|brb12:32
gmannondrejme: orchestration tests are no longer in Tempest since long. what version of Tempest you are using ?12:58
gmannamotoki: kind of yes, but as many as possible is good for us12:59
*** e0ne has quit IRC13:03
*** yamamoto has quit IRC13:07
*** yamamoto has joined #openstack-qa13:09
ondrejmeI see, guess i'll just skip this test as well. Thanks13:13
*** yamamoto has quit IRC13:14
*** jpena|lunch is now known as jpena13:24
*** dustins has joined #openstack-qa13:35
gmannondrejme: yeah, that is good options.13:36
*** e0ne has joined #openstack-qa13:37
*** aojea_ has joined #openstack-qa13:48
*** rh-jelabarre has joined #openstack-qa13:51
*** yamamoto has joined #openstack-qa13:58
*** aojea_ has quit IRC14:02
*** aojea has quit IRC14:02
*** irclogbot_2 has quit IRC14:02
*** witek has quit IRC14:02
*** artom has quit IRC14:02
*** pleia2 has quit IRC14:02
*** tonyb has quit IRC14:02
*** FrankZhang has quit IRC14:02
*** dmellado has quit IRC14:02
*** mattoliverau has quit IRC14:02
*** cshen has quit IRC14:03
*** yamamoto has quit IRC14:03
*** aojea has joined #openstack-qa14:03
*** dmellado has joined #openstack-qa14:04
*** witek has joined #openstack-qa14:04
*** aojea has quit IRC14:04
*** aojea_ has joined #openstack-qa14:04
*** aojea has joined #openstack-qa14:04
*** pleia2 has joined #openstack-qa14:07
*** tonyb has joined #openstack-qa14:07
*** mriedem has joined #openstack-qa14:13
*** aojea has quit IRC14:20
openstackgerritFelipe Monteiro proposed openstack/patrole master: RequirementsAuthority multi role support enhancement  https://review.openstack.org/61438614:42
openstackgerritFelipe Monteiro proposed openstack/patrole master: RequirementsAuthority multi role support enhancement  https://review.openstack.org/61438614:44
*** awaugama has joined #openstack-qa14:54
*** aojea has joined #openstack-qa14:57
*** dtantsur|brb is now known as dtantsur15:02
*** mvkr has quit IRC15:04
openstackgerritSorin Sbarnea proposed openstack-infra/elastic-recheck master: Preparatory fixes for py3  https://review.openstack.org/61657815:07
*** shardy has joined #openstack-qa15:08
*** shardy has quit IRC15:09
*** shardy has joined #openstack-qa15:09
*** shardy has quit IRC15:09
*** shardy has joined #openstack-qa15:11
openstackgerritSorin Sbarnea proposed openstack-infra/elastic-recheck master: Move all zull jobs definitions inside repo  https://review.openstack.org/61658215:17
*** mvkr has joined #openstack-qa15:20
*** agurenko has joined #openstack-qa15:22
*** agurenko has quit IRC15:23
*** shardy has quit IRC15:40
*** rajinir has joined #openstack-qa15:42
*** artom has joined #openstack-qa15:54
*** aojea_ has quit IRC15:56
*** aojea_ has joined #openstack-qa15:56
*** aojea_ has quit IRC15:58
*** aojea_ has joined #openstack-qa15:58
*** aojea_ has quit IRC16:03
*** noama has quit IRC16:06
*** ccamposr__ has quit IRC16:08
*** aojea_ has joined #openstack-qa16:09
*** pcaruana has quit IRC16:14
*** mvkr has quit IRC16:16
*** Luzi has quit IRC16:22
*** mvkr has joined #openstack-qa16:28
*** yamamoto has joined #openstack-qa16:40
*** slaweq has quit IRC16:40
*** yamamoto has quit IRC16:44
*** sshnaidm|rover is now known as sshnaidm|notrove16:46
*** e0ne has quit IRC16:48
openstackgerritSorin Sbarnea proposed openstack-infra/elastic-recheck master: Add check for failed to connect to mirror.*.openstack.org  https://review.openstack.org/60896816:49
*** sshnaidm|notrove is now known as sshnaidm|wknd16:53
*** slaweq has joined #openstack-qa16:58
*** michael-beaver has joined #openstack-qa17:01
*** ondrejme has quit IRC17:15
*** gfidente has quit IRC17:19
*** aojea_ has quit IRC17:35
*** mvkr has quit IRC17:35
*** sshnaidm|wknd is now known as sshnaidm|off17:42
*** jpena is now known as jpena|off17:51
*** irclogbot_2 has joined #openstack-qa18:00
*** pcaruana has joined #openstack-qa18:10
*** aojea_ has joined #openstack-qa18:15
*** aojea_ has quit IRC18:44
*** Michael_Beaver has joined #openstack-qa18:47
*** michael-beaver has quit IRC18:51
*** Michael_Beaver has quit IRC18:52
*** aojea_ has joined #openstack-qa19:17
*** dustins has quit IRC19:26
*** dustins has joined #openstack-qa19:26
*** mriedem has quit IRC19:32
*** aojea has quit IRC19:44
*** aojea_ has quit IRC19:49
*** awaugama has quit IRC19:49
*** dave-mccowan has joined #openstack-qa19:56
*** mriedem has joined #openstack-qa19:59
*** e0ne has joined #openstack-qa20:19
*** e0ne has quit IRC20:22
*** awaugama has joined #openstack-qa20:23
*** cshen has joined #openstack-qa20:28
*** dave-mccowan has quit IRC20:33
*** cshen has quit IRC20:36
*** raildo has quit IRC20:37
*** aojea has joined #openstack-qa20:41
*** mriedem has quit IRC20:41
*** cshen has joined #openstack-qa20:45
*** mriedem has joined #openstack-qa20:45
*** rh-jelabarre has quit IRC20:48
openstackgerritMykola Yakovliev proposed openstack/patrole master: Add tests to cover service_profile  https://review.openstack.org/59721620:50
*** cshen has quit IRC20:54
*** cshen has joined #openstack-qa20:57
*** aojea has quit IRC21:14
*** mriedem has left #openstack-qa21:18
*** aojea has joined #openstack-qa21:47
*** artom has quit IRC21:53
*** aojea has quit IRC21:58
*** aojea has joined #openstack-qa21:59
*** manjeets has quit IRC22:00
*** mattoliverau has joined #openstack-qa22:07
*** cshen has quit IRC22:29
*** dustins has quit IRC22:36
*** mriedem has joined #openstack-qa22:36
*** mriedem has quit IRC22:46
*** manjeets has joined #openstack-qa22:54
*** awaugama has quit IRC23:02
*** artom has joined #openstack-qa23:14
*** slaweq has quit IRC23:15
*** cshen has joined #openstack-qa23:33
*** cshen has quit IRC23:38
*** aojea has quit IRC23:50

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