Tuesday, 2015-12-22

*** vahidh has quit IRC00:10
openstackgerritStan Lagun proposed openstack/murano: Wait for state progress of Heat stack upon delete  https://review.openstack.org/26027800:16
*** vahidh has joined #murano00:17
*** sergmelikyan has joined #murano00:42
*** vahidh has quit IRC00:49
*** sergmelikyan has quit IRC00:50
*** sergmelikyan has joined #murano00:53
*** vahidh has joined #murano00:55
*** vahidh_ has joined #murano01:03
*** vahidh has quit IRC01:06
*** sergmelikyan has quit IRC01:19
*** kzaitsev_mb has quit IRC01:34
*** zhurong has joined #murano02:11
*** vahidh_ has quit IRC02:36
*** vahidh has joined #murano02:54
*** zhurong has quit IRC03:48
*** vahidh_ has joined #murano03:50
*** vahidh has quit IRC03:53
*** sergmelikyan has joined #murano04:22
*** sergmelikyan has quit IRC04:27
*** kzaitsev_mb has joined #murano04:55
*** enthurohini has joined #murano05:05
*** Nikolay_St has quit IRC05:07
*** vahidh_ has quit IRC05:07
*** vahidh has joined #murano05:10
*** sergmelikyan has joined #murano05:24
enthurohinihello kzaitsev_mb05:24
kzaitsev_mbmorning05:25
kzaitsev_mbit's early morning in here %)05:26
enthurohiniI am preety confused with test cases, should i test that templates contains the tag parameter or stacks generated ate get tagged or not?05:26
enthurohiniohh then you can answer or not05:27
*** sergmelikyan has quit IRC05:28
kzaitsev_mbenthurohini: tbh — I'm not sure about how tags are implemented in heat. is the template different from usual?05:28
kzaitsev_mbalso05:29
enthurohininope, its not different, itjust contain one extra parameter that is tag05:29
kzaitsev_mbthan it's the same, rigth? =)05:29
enthurohiniyup,05:29
kzaitsev_mbI mean "templates contains the tag parameter or stacks generated ate get tagged" are basically the same things, rigth?05:30
enthurohinind i have introduced this extra parameter in push function where we send the template to the heat05:30
enthurohiniyeah05:31
kzaitsev_mbwell that's your answer then =)05:32
kzaitsev_mbyou can mock the function call and check that it get's called with tag parameter05:33
kzaitsev_mbyou're adding unit tests to murano/tests/unit/test_heat_stack.py right?05:34
enthurohinimeans i have to mock function and should check, but sont you think it will be a repaet, coz another test cases https://github.com/openstack/murano/blob/master/murano/tests/unit/test_heat_stack.py#L65 also asset the parameters05:35
enthurohiniyes05:35
enthurohiniand i have already modified them05:35
kzaitsev_mbenthurohini: well then you don't have to mock anything additional, I believe05:36
kzaitsev_mbsetUp there already mocks all the calls05:36
enthurohiniyes, and i have to assert only that new template contains tag parameter or not. right?05:37
kzaitsev_mbso all you have to do is set up (no pun intended =)) config prarmeter that controlls heat stack-tags (or pass the value to the HeatStack) and then assert that create was called correctly05:37
kzaitsev_mbtake a look at those tests05:38
kzaitsev_mbthose are unit tests05:38
kzaitsev_mbthey do not actually create anything in heat05:38
kzaitsev_mbor anywhere05:38
kzaitsev_mbthey only check validity and correctness of a small set of functions05:38
*** vahidh has quit IRC05:38
enthurohinino pun means?05:38
kzaitsev_mb=)05:38
kzaitsev_mbok, this would be a lesson in enginsh, you ok with that? =)05:39
enthurohininot getting you :P means your last line05:40
kzaitsev_mbpun is a joke about playing words =)05:40
kzaitsev_mboh I've found an easy one05:41
kzaitsev_mb"Every calendar's days are numbered"05:41
kzaitsev_mbit's a joke, because it's days are numbered, meaning that it is gonna die soon, but at the same time they're literally numbered )05:41
kzaitsev_mbthat's a pun =)05:41
enthurohinikzaitsev_mb, plaese take a look at the patch, https://review.openstack.org/#/c/258661/6/murano/tests/unit/test_heat_stack.py, here i have fetched config parameter05:42
enthurohini:P05:42
kzaitsev_mbwhy do you modify self.mock_murano_class.declared_parents ?05:43
enthurohinistill not getting, but will explore about ur joke :P05:43
kzaitsev_mbenthurohini: I was trying to explain the concept, not a joke =)05:43
enthurohinii have not modified that05:44
kzaitsev_mbthe joke is silly =) like all puns are =) that's why I said, that I didn't intend the "set up the SetUp" pun =)05:44
kzaitsev_mbenthurohini: you did05:44
kzaitsev_mbit's in the patch05:44
enthurohiniyup its showing, but non remember05:44
enthurohinii will look that05:45
enthurohiniso i was saying that tag parameter is already assetred many times, so shoud i do it one more time?05:45
kzaitsev_mbit's actually not a good idea to use config in tests05:46
enthurohinithen what can i do?05:46
kzaitsev_mbalthough looking at your code it's kind of ok05:46
kzaitsev_mbcan you check murano (and maybe a couple of other projects) on what they do in this case? And if there is a way to mock oslo_config.cfg.CONF.05:48
enthurohiniok , i will check05:48
enthurohiniand will do according to that05:48
kzaitsev_mbideally you would "mock the call to oslo_config.cfg.CONF" and make it return a set of tags, then verify, that stacks.create was called with that set of parameters05:49
enthurohinind to check it i should write a seprate function05:50
enthurohiniright?05:51
*** vahidh has joined #murano05:52
*** zhurong has joined #murano05:55
kzaitsev_mblooked at the code05:55
kzaitsev_mbyes, if we can mock CONF somehow — yes a separate test function would be good05:56
enthurohiniok, thankyou so much kzaitsev_mb05:57
enthurohinidisturbed you in early morning05:57
kzaitsev_mb=))05:58
kzaitsev_mbit's also my birthday and I had to blow the candles =Р05:58
enthurohiniohh wow, many many happy returns of the day. :). really sorry yr05:59
kzaitsev_mbdon't be sorry =)05:59
kzaitsev_mbIf I hadn't time I would politely ask you to wait =) So come and ask whenever you're not sure about anything )06:00
enthurohinithanks kzaitsev_mb, i am lucky to have you as my mentor06:01
kzaitsev_mbso — absolutely no problem =)06:01
enthurohini:)06:01
enthurohinikzaitsev_mb, for how many you wll be on holiday for newyear or christmas?06:04
kzaitsev_mbwe have pretty long holidays starting with 1st Jan in Russia. 1 till 10th this year I think. I will not be available/online 1-3 Jan, after that I would most likely have my laptop/internet just fine =)06:06
kzaitsev_mbhow bout your holidays? +)06:06
enthurohinifrom 25 th dec to 3rd jan, but i will work throughout06:07
enthurohinibecause i am very slow programmer06:07
kzaitsev_mbyou're doing fine =)06:10
kzaitsev_mband be sure to have a couple days off =) it usually increases your productivity ;)06:10
enthurohini:), k will take from 1st to 3rd. one more thing, why i dont have option to assign BP to myself?06:11
kzaitsev_mbI think only "drivers" can do that06:11
kzaitsev_mbyou can do it for bps you created, but not for the ones other people created06:12
enthurohiniok, then can you plz do that for me?06:12
enthurohiniok, got it06:12
enthurohinithankyou :)06:13
kzaitsev_mb+06:13
*** kzaitsev_mb has quit IRC06:34
*** kzaitsev_mb has joined #murano06:37
*** vgridnev has joined #murano06:37
*** vahidh has quit IRC06:37
*** enthurohini has quit IRC06:39
*** kzaitsev_mb has quit IRC06:43
*** enthurohini has joined #murano06:46
*** kzaitsev_mb has joined #murano06:53
*** kzaitsev_mb has quit IRC07:03
*** kzaitsev_mb has joined #murano07:04
*** kzaitsev_mb has quit IRC07:09
*** vahidh has joined #murano07:22
*** vahidh has quit IRC07:34
*** enthurohini has quit IRC07:47
*** Nikolay_St has joined #murano08:00
*** zhurong has quit IRC08:14
*** vahidh has joined #murano08:17
*** vahidh has quit IRC08:22
*** yamamoto has joined #murano08:33
*** yamamoto has quit IRC08:36
*** yamamoto has joined #murano08:36
*** yamamoto has quit IRC08:41
*** vgridnev has quit IRC08:43
*** kzaitsev_mb has joined #murano09:10
*** sergmelikyan has joined #murano09:27
*** sergmelikyan has quit IRC09:32
*** gangadhar has joined #murano09:41
*** yamamoto has joined #murano09:42
*** yamamoto has quit IRC09:48
*** vgridnev has joined #murano09:49
*** yamamoto has joined #murano09:58
*** vahidh has joined #murano10:06
*** yamamoto has quit IRC10:10
*** vahidh has quit IRC10:11
*** stan_lagun has joined #murano10:18
*** slagun has quit IRC10:21
*** yamamoto has joined #murano10:23
*** yamamoto has quit IRC10:24
*** sergmelikyan has joined #murano10:28
*** sergmelikyan has quit IRC10:32
*** zhurong has joined #murano10:39
*** yamamoto has joined #murano11:02
*** yamamoto has quit IRC11:02
*** yamamoto has joined #murano12:19
*** yamamoto has quit IRC12:23
*** yamamoto has joined #murano12:25
*** sergmelikyan has joined #murano12:30
*** sergmelikyan has quit IRC12:36
*** yamamoto has quit IRC12:40
*** vahidh has joined #murano12:49
*** yamamoto has joined #murano12:50
*** vahidh has quit IRC12:54
openstackgerritjanonymous proposed openstack/python-muranoclient: Put py34 first in the env order of tox  https://review.openstack.org/26049813:00
*** sergmelikyan has joined #murano13:04
openstackgerritStan Lagun proposed openstack/murano-specs: Support for OpenStack regions  https://review.openstack.org/25709813:05
openstackgerritjanonymous proposed openstack/murano-dashboard: Put py34 first in the env order of tox  https://review.openstack.org/26051413:13
openstackgerritEkaterina Chernova proposed openstack/murano-apps: [Tomcat] Add unit-tests to Tomcat application  https://review.openstack.org/25943413:20
*** sergmelikyan has quit IRC13:21
*** sergmelikyan has joined #murano13:22
*** yamamoto has quit IRC13:47
*** yamamoto has joined #murano13:48
*** sergmelikyan has quit IRC14:20
*** yamamoto has quit IRC14:22
*** sergmelikyan has joined #murano14:34
*** enthurohini has joined #murano14:34
*** zhurong has quit IRC14:51
*** kzaitsev_mb has quit IRC14:53
*** zigo_ is now known as zigo15:19
*** thumpba has joined #murano15:21
*** Nikolay_St has quit IRC15:46
*** sergmelikyan has quit IRC15:46
*** yamamoto has joined #murano15:49
*** sergmelikyan has joined #murano15:54
*** ducttape_ has joined #murano16:03
*** ddovbii has quit IRC16:05
*** ducttape_ has quit IRC16:11
*** ducttape_ has joined #murano16:12
*** vgridnev has quit IRC16:15
*** sergmelikyan has quit IRC16:16
*** yamamoto has quit IRC16:19
*** sergmelikyan has joined #murano16:25
*** vahidh has joined #murano16:26
*** ducttape_ has quit IRC16:29
*** sergmelikyan has quit IRC16:30
*** sergmelikyan has joined #murano16:30
*** vahidh has quit IRC16:31
*** ducttape_ has joined #murano16:38
openstackgerritKirill Zaitsev proposed openstack/murano-dashboard: Introduced python3 support  https://review.openstack.org/25141716:43
*** yamamoto has joined #murano16:44
*** thumpba_ has joined #murano16:46
*** thumpba has quit IRC16:49
*** ducttape_ has quit IRC16:51
*** yamamoto has quit IRC16:56
*** yamamoto has joined #murano16:56
*** yamamoto has quit IRC16:58
*** kzaitsev_mb has joined #murano17:00
*** Nikolay_St has joined #murano17:02
openstackgerritMerged openstack/python-muranoclient: Updated from global requirements  https://review.openstack.org/26026817:06
openstackgerritjanonymous proposed openstack/python-muranoclient: Put py34 first in the envlist order of tox  https://review.openstack.org/26049817:11
openstackgerritMerged openstack/murano: Updated from global requirements  https://review.openstack.org/26025517:14
*** vgridnev has joined #murano17:14
*** jfluhmann has joined #murano17:17
*** jfluhmann has left #murano17:19
*** kzaitsev_mb has quit IRC17:23
*** sergmelikyan has quit IRC17:26
*** vahidh has joined #murano17:40
openstackgerritMerged openstack/murano-dashboard: Add maximum disk, vcpu and memory requirement  https://review.openstack.org/25728117:45
openstackgerritMerged openstack/murano: [test-runner] Put TestFixture class check to the right place  https://review.openstack.org/26000817:50
*** openstackgerrit has quit IRC18:02
*** openstackgerrit has joined #murano18:02
*** vahidh_ has joined #murano18:04
*** vahidh has quit IRC18:06
*** vahidh has joined #murano18:10
*** vahidh_ has quit IRC18:14
*** vahidh has quit IRC18:22
openstackgerritVictor Ryzhenkin proposed openstack/murano: Use murano client for getting final status of environment  https://review.openstack.org/25972118:26
openstackgerritVictor Ryzhenkin proposed openstack/murano: Use murano client for getting final status of environment  https://review.openstack.org/25972118:28
*** vahidh has joined #murano18:32
openstackgerritVictor Ryzhenkin proposed openstack/murano: Adjust '410 Gone' exception in service broker negative tests  https://review.openstack.org/25971818:37
*** vgridnev has quit IRC19:33
*** vgridnev has joined #murano19:44
*** vahidh_ has joined #murano20:18
*** vahidh has quit IRC20:20
openstackgerritVictor Ryzhenkin proposed openstack/murano: Adjust '410 Gone' exception in service broker negative tests  https://review.openstack.org/25971820:32
*** vahidh has joined #murano20:39
*** vahidh_ has quit IRC20:39
*** sergmelikyan has joined #murano21:01
openstackgerritVictor Ryzhenkin proposed openstack/murano: Adjust '410 Gone' exception in service broker negative tests  https://review.openstack.org/25971821:02
*** vahidh has quit IRC21:08
*** sergmelikyan has quit IRC21:09
*** vgridnev has quit IRC21:11
*** sergmelikyan has joined #murano21:15
*** vahidh has joined #murano21:17
*** sergmelikyan has quit IRC21:24
*** vahidh has quit IRC21:36
*** vahidh has joined #murano21:37
*** vahidh has quit IRC21:51
*** vahidh has joined #murano21:52
*** sergmelikyan has joined #murano21:53
*** vahidh has quit IRC22:06
*** vahidh has joined #murano22:08
*** enthurohini has quit IRC22:12
*** sergmelikyan has quit IRC22:20
*** sergmelikyan has joined #murano22:22
*** yamamoto has joined #murano22:24
*** yamamoto has quit IRC22:25
*** vahidh has quit IRC22:26
*** vahidh has joined #murano22:31
*** sergmelikyan has quit IRC22:42
*** vahidh has quit IRC22:51
*** mfisch` is now known as mfisch22:55
*** mfisch is now known as Guest1369622:56
*** vahidh has joined #murano22:59
openstackgerritIvan Udovichenko proposed openstack/python-muranoclient: Remove argparse dependency from requirements.txt file  https://review.openstack.org/26074523:19
*** vahidh has quit IRC23:26
*** vahidh has joined #murano23:26
*** vahidh_ has joined #murano23:30
*** vahidh has quit IRC23:31
*** vahidh has joined #murano23:51
*** vahidh_ has quit IRC23:52
*** vahidh has quit IRC23:57
*** vahidh has joined #murano23:58

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