Friday, 2015-10-23

*** bobh has quit IRC00:04
*** bobh has joined #tacker00:09
*** bobh has quit IRC00:24
*** bobh has joined #tacker00:38
*** bobh has quit IRC00:42
*** arturt__ has joined #tacker00:43
*** bobh has joined #tacker00:53
*** bobh has quit IRC00:53
*** arturt__ has quit IRC01:01
*** arturt__ has joined #tacker01:02
*** mbound has quit IRC01:09
*** tbh has joined #tacker01:27
*** tbh has quit IRC01:41
*** tbh has joined #tacker01:42
*** s3wong has quit IRC01:51
*** dkusidlo has joined #tacker01:54
*** sripriya has joined #tacker01:57
sripriyatbh: hello01:57
tbhsripriya, Hi01:57
sripriyatbh: just posted few comments for monitoring test cases, let me know if you have any questions01:57
tbhsripriya, sure, let me check01:58
sripriyatbh: in case you are uploading a new patchset today, we can release it as part of liberty release01:58
sripriyarelease-->include01:58
sripriyatbh: looks good overall01:59
tbhsripriya, what is the deadline01:59
*** dkusidlo has quit IRC01:59
tbhsripriya, I mean in one hr?01:59
sripriyatbh: i believe sridhar_ram is pulling a branch tonight, and we can hold it for some more time if we are going to get this merged01:59
sripriyatbh: no sometime tonight01:59
sripriyatbh: take your time, there is no hurry02:00
tbhsripriya, sure02:00
sripriyatbh: the test cases are almost good to go except for the comments02:00
sripriyatbh: so please feel free to do it at your convenience, i just mentioned as a FYI02:00
tbhsripriya, in test_monitor_call, can we assert whether the is_pingable is called or not?02:02
tbhsripriya, because we already have test for success and filure02:03
sripriyatbh: that is not required, we can directly test if the 3rd party lib url_open is called in monitor_call02:03
sripriyatbh: yeah we can discard them and have just 2 test cases for success and failure for test_monitor_call02:03
sripriyatbh: basically move the logic from is_pingable to test_monitor02:04
tbhsripriya, okay02:04
*** arturt__ has quit IRC02:08
*** mbound has joined #tacker02:10
*** mbound has quit IRC02:15
*** sripriya has quit IRC02:16
*** bobh has joined #tacker02:29
*** arturt__ has joined #tacker02:30
*** lhcheng has joined #tacker02:45
*** lhcheng_ has quit IRC02:45
openstackgerritbharaththiruveedula proposed openstack/tacker: [WIP]Add unit test cases for monitoring framework  https://review.openstack.org/23689403:01
*** bobh has quit IRC03:28
openstackgerritbharaththiruveedula proposed openstack/tacker: Add unit test cases for monitoring framework  https://review.openstack.org/23689403:32
*** tbh has quit IRC03:32
*** arturt__ has quit IRC03:40
*** tbh has joined #tacker03:56
*** mbound has joined #tacker03:57
*** mbound has quit IRC04:01
*** arturt__ has joined #tacker04:18
*** arturt__ has quit IRC04:21
*** arturt__ has joined #tacker04:24
*** arturt__ has quit IRC04:28
*** tbh_ has joined #tacker04:56
*** tbh has quit IRC04:56
*** tbh_ has quit IRC04:59
*** tbh has joined #tacker05:00
*** sridhar_ram has joined #tacker05:05
*** manikanta has joined #tacker05:07
*** manikanta_ has joined #tacker05:08
*** lhcheng has quit IRC05:37
openstackgerritbharaththiruveedula proposed openstack/tacker: Add unit test cases for monitoring framework  https://review.openstack.org/23689406:01
*** tbh_ has joined #tacker06:03
*** tbh_ has quit IRC06:10
*** sridhar_ram1 has joined #tacker06:13
*** sridhar_ram has quit IRC06:15
*** lhcheng has joined #tacker06:17
*** sridhar_ram1 has quit IRC06:19
*** sripriya has joined #tacker06:31
sripriyatbh: hello06:32
tbhsripriya: Hi06:32
sripriyatbh: the unit tests are only running for test_run_monitor... do you have the issue locally?06:33
sripriyatbh: even the gate did not pick the tests06:33
sripriyatbh: it did not run on my own system too06:33
tbhsripriya: I can see the tests using testr list-tests06:34
tbhsripriya: using those results I run each test using python -m "testtools.run" <test_name06:35
sripriyatbh: did you run the tox?06:35
tbhI have checked now, using tox -epy27 I can see only tacker.tests.unit.vm.test_monitor.TestVNFMonitor.test_add_hosting_vnf06:35
sripriyatbh: yes06:35
sripriyatbh: not sure if this is the one causing problem06:36
sripriyatbh: No handlers could be found for logger "tacker.vm.monitor_drivers.ping.ping" No handlers could be found for logger "tacker.vm.monitor_drivers.http_ping.http_ping"06:36
tbhsripriya: yeah I got same error06:36
sripriyatbh: are we missing some config for log in these files06:37
tbhsripriya: I think so, but will that cause problem, I am looking to solve this error06:38
sripriyatbh: hmmmm, even i'm wondering why it only ran test_run_monitor and not the renaming ones in test_monitor.py06:40
tbhsripriya: for every time I am running tox-epy27, it is running random test cases06:45
tbhsripriya: can you see that scenario06:46
sripriyatbh: but it did run 19 tests06:54
sripriyatbh: i see this in my system06:54
sripriyatbh: Ran 19 tests in 3.902s06:54
sripriyaOK06:54
*** lhcheng has quit IRC06:54
sripriyatbh: however it listed only the 10 of them in output log06:55
sripriyaweird....06:55
tbhsripriya: I just checked that06:55
*** karimb has joined #tacker06:56
sripriyatbh: not sure why it did not display the runtimes of the remaining 9 tests06:56
sripriyatbh: ah, i guess it displays only the slowest tests06:57
sripriyatbh: i guess we should not be worrying about this...06:57
tbhsripriya: about the say that06:57
tbhsripriya: top 10 slowest tests I guess06:57
sripriyatbh: yup!06:57
sripriyatbh: :)06:57
tbhsripriya: that's why random test cases06:58
sripriyatbh: i see, in my case it was always the test_run_monitor06:58
tbhsripriya: oh okay06:58
sripriyatbh: just +1 'ed it06:59
tbhsripriya: thank you, almost new to unit testing06:59
sripriyatbh: same here, brand new to it and i completely understand. tbh: you did a good job for a first timer!07:00
tbhsripriya:  :)07:01
*** lhcheng has joined #tacker07:10
tbhsripriya: do we get stable/liberty today?07:10
sripriyatbh: sridhar_ram just pinged that he would be cutting a release soon07:11
tbhsripriya: oh nice07:11
sripriyatbh: i dont know if it is now or tom mrng :-)07:12
tbhsripriya: in both cases it is today for me07:12
sripriyatbh: LOL07:12
sripriyatbh: actually it is the same here, since it is already Friday!07:13
tbhsripriya: :)07:14
openstackgerritMerged openstack/tacker: Add unit test cases for monitoring framework  https://review.openstack.org/23689407:18
*** sripriya has quit IRC07:19
*** dkusidlo has joined #tacker07:51
*** dkusidlo has quit IRC07:55
*** mbound has joined #tacker08:06
*** zeih has joined #tacker08:11
*** zeih has quit IRC09:10
*** zeih has joined #tacker09:28
*** lhcheng has quit IRC09:29
*** masterbound has joined #tacker09:58
*** zeih_ has joined #tacker09:59
*** zeih__ has joined #tacker10:07
*** zeih has quit IRC10:07
*** mbound has quit IRC10:07
*** manikanta_ has quit IRC10:07
*** dmellado has quit IRC10:07
*** dmellado has joined #tacker10:09
*** zeih_ has quit IRC10:10
*** manikanta_ has joined #tacker10:13
*** zeih__ has quit IRC10:21
*** karimb has quit IRC10:52
*** zeih has joined #tacker10:52
*** karimb has joined #tacker10:54
*** lhcheng has joined #tacker11:18
*** lhcheng has quit IRC11:22
*** karimb has quit IRC11:27
*** openstackgerrit has quit IRC11:46
*** openstackgerrit has joined #tacker11:47
*** tbh has quit IRC12:27
*** manikanta_ has quit IRC12:29
*** manikanta has quit IRC12:29
*** dkusidlo has joined #tacker12:37
*** zeih has quit IRC12:38
*** dkusidlo has quit IRC12:42
*** zeih has joined #tacker12:51
*** zeih_ has joined #tacker12:56
*** zeih has quit IRC13:00
*** trozet has quit IRC13:04
*** lhcheng has joined #tacker13:07
*** zeih_ has quit IRC13:08
*** lhcheng has quit IRC13:12
*** bobh has joined #tacker13:20
*** trozet has joined #tacker14:05
*** tbh has joined #tacker14:25
*** bobh has quit IRC14:49
*** bobh has joined #tacker14:49
*** dkusidlo has joined #tacker14:52
*** bobh has quit IRC14:55
*** bobh has joined #tacker14:57
*** bobh has quit IRC15:06
*** bobh has joined #tacker15:21
*** lhcheng has joined #tacker15:22
*** bobh has quit IRC15:27
*** bobh has joined #tacker15:32
*** dkusidlo has quit IRC15:47
*** bobh has quit IRC15:52
*** tbh has quit IRC15:52
*** tbharath has joined #tacker15:52
openstackgerritImran Hayder Malik proposed openstack/tacker: Add option to generate sample conf file.  https://review.openstack.org/23787715:59
*** sridhar_ram has joined #tacker16:00
*** sridhar_ram1 has joined #tacker16:01
*** sridhar_ram has quit IRC16:04
*** karimb has joined #tacker16:25
*** sripriya has joined #tacker16:39
*** lhcheng has quit IRC16:42
*** sridhar_ram1 has quit IRC17:04
openstackgerritImran Hayder Malik proposed openstack/tacker: Add option to generate sample conf file  https://review.openstack.org/23787717:05
*** sridhar_ram1 has joined #tacker17:07
openstackgerritImran Hayder Malik proposed openstack/tacker: Add the sample conf generated to gitignore  https://review.openstack.org/23900217:08
*** s3wong has joined #tacker17:11
*** sripriya_ has joined #tacker17:41
*** sripriya has quit IRC17:44
tbharathfor the next week I can see you all online in Asia time zone17:52
s3wongtbharath: perhaps, assuming we actually stay awake during keynotes :-)17:58
*** karimb has quit IRC18:01
*** sridhar_ram has joined #tacker18:03
tbharaths3wong, :-)18:04
sripriya_tbharath: i wil be in Indian time zone for quite sometime ( 2 weeks) after summit :-)18:04
*** sridhar_ram1 has quit IRC18:04
tbharathsripriya_, then it is wonderful18:05
tbharathsripriya_, in chennai?18:06
sripriya_tbharath: bangalore18:06
tbharathsripriya_, oh18:06
*** tbharath has quit IRC18:17
*** masterbound has quit IRC18:22
*** sridhar_ram has quit IRC18:55
*** sridhar_ram has joined #tacker19:00
*** lhcheng has joined #tacker19:04
*** lhcheng has quit IRC19:13
*** mbound has joined #tacker20:40
openstackgerritSripriya Seetharam proposed openstack/tacker: Fixes port still in use for monitoring workflow  https://review.openstack.org/23910420:44
openstackgerritMerged openstack/tacker: Fixes port still in use for monitoring workflow  https://review.openstack.org/23910421:17
openstackgerritSridhar Ramaswamy proposed openstack/tacker: Add Tacker monitoring tests  https://review.openstack.org/23454321:22
*** prashantD has joined #tacker21:24
*** prashantD has left #tacker21:24
*** prashantD has joined #tacker21:24
s3wongsridhar_ram: ping21:28
*** trozet has quit IRC22:05
*** sripriya_ has quit IRC22:32
*** Greg__ has joined #tacker22:49
*** Greg__ has left #tacker22:49
sridhar_rams3wong: pong22:49
s3wongsridhar_ram: in the last meeting, when you mentioned there is a conflict between Tacker weekly and OASIS TC meeting22:50
sridhar_rams3wong: yes22:50
sridhar_ramThur 9am Pacific22:50
s3wongsridhar_ram: is the OASIS meeting time UTC based?22:50
s3wongsridhar_ram: because our next meeting, we will already be in standard time instead of daylight saving22:51
sridhar_rams3wong: I believe it is based on EST22:51
s3wongsridhar_ram: so the next Tacker meeting would be 8am PST (I believe)22:51
s3wonguntil March next year :-)22:51
sridhar_rams3wong: hmm.. true, but 8am slot is terrible for me22:51
sridhar_rams3wong: we gottu move either case then :)22:52
sridhar_rams3wong: well.. it depends on what others think.. need to start a doodle poll22:52
s3wongsridhar_ram: I see. Just like 7am doesn't work for me (the reason why I stopped attending the NFV insiders meetings22:53
s3wong)22:53
sridhar_rams3wong: true.. 7am is bad too, that lingers the whole day22:54
sridhar_rams3wong: heads up.. I think everything we were looking for liberty target has landed22:54
s3wongsridhar_ram: I usually drop off my daughter at my parents' sometime between 7 and 8, depending on when she actually wakes up22:54
sridhar_rams3wong: so pulling stable/liberty22:54
s3wongsridhar_ram: impressive22:55
sridhar_rams3wong: yeah.. can't believe how far we came w/ this projject22:55
s3wongsridhar_ram: networking-sfc patches didn't land on-time for summit, despite our best effort22:55
sridhar_rams3wong: remember the same time last summit22:55
sridhar_rams3wong: n-sfc prob needs one more cycle to firm up22:55
s3wongsridhar_ram: I think with a bunch of recent cleanup, we realize how haste-ly everything was put together22:56
s3wong(in reference to Tacker in Kilo or before)22:56
s3wongsridhar_ram: that said, I am still extremely proud of our demo22:56
sridhar_rams3wong: yep, but all is fair in a quick demo!22:56
s3wongsridhar_ram: that really was quite impressive22:56
sridhar_ramyep..22:57
s3wongsridhar_ram: once n-sfc patches landed, and the Heat work gets done, I guess we can look into integration22:57
s3wongsridhar_ram: how is the tosca-service-graph draft coming along?22:58
sridhar_rams3wong: progress is slow...23:17
sridhar_ramstable/liberty got pulled23:17
sridhar_rams3wong: check out http://tacker-docs.readthedocs.org/en/latest/23:17
s3wongsridhar_ram: so the idea is we would come up with our own template for SFC, whenever we want to support SFC?23:17
sridhar_rams3wong: we got to see if the timing works out.. there is *some* VNFFG support in the latest tosca-nfv profile.. it just came out this week23:26
sridhar_ramI'll send a pointer to you when I get a chance...23:26
s3wongsridhar_ram: cool, thanks23:26
sridhar_rams3wong: one more quick liberty thing23:38
*** jongchoi has joined #tacker23:38
openstackgerritSantosh Kodicherla proposed openstack/tacker: Add Tacker monitoring tests  https://review.openstack.org/23454323:38
sridhar_rams3wong: can you help to review/merge https://review.openstack.org/#/c/239126 ?23:38
s3wongsridhar_ram: my guess is  https://review.openstack.org/#/c/239126/23:38
s3wongOh, paste it at the same time23:38
s3wongjust noticed that23:39
s3wonghere, let's fix it at stable/liberty23:39
s3wong(merged)23:39
sridhar_ramthanks! tacker team work .. rocks!23:40
sridhar_ramalmost ready to sign off .. after a stack.sh run :)23:40
sridhar_rams3wong: when is your flight ?23:40
s3wongSunday morning23:41
s3wongsridhar_ram: are you leaving tomorrow?23:41
sridhar_ramyeah.. tomorrow morning.. and I haven'23:43
sridhar_ram.. haven't packed anything yet :(23:44
s3wongsridhar_ram: most people reach Tokyo by Sunday, I guess23:45
s3wongsridhar_ram: my co-speakers for the SFC talk were surprised that I don't get there until Monday night(!)23:45
s3wongsridhar_ram: but I want to minimize my time there, while still able to attend the summit in full (well, technically I am virtually not going to be at the summit on Friday)23:46

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