*** bobh has quit IRC | 00:04 | |
*** bobh has joined #tacker | 00:09 | |
*** bobh has quit IRC | 00:24 | |
*** bobh has joined #tacker | 00:38 | |
*** bobh has quit IRC | 00:42 | |
*** arturt__ has joined #tacker | 00:43 | |
*** bobh has joined #tacker | 00:53 | |
*** bobh has quit IRC | 00:53 | |
*** arturt__ has quit IRC | 01:01 | |
*** arturt__ has joined #tacker | 01:02 | |
*** mbound has quit IRC | 01:09 | |
*** tbh has joined #tacker | 01:27 | |
*** tbh has quit IRC | 01:41 | |
*** tbh has joined #tacker | 01:42 | |
*** s3wong has quit IRC | 01:51 | |
*** dkusidlo has joined #tacker | 01:54 | |
*** sripriya has joined #tacker | 01:57 | |
sripriya | tbh: hello | 01:57 |
---|---|---|
tbh | sripriya, Hi | 01:57 |
sripriya | tbh: just posted few comments for monitoring test cases, let me know if you have any questions | 01:57 |
tbh | sripriya, sure, let me check | 01:58 |
sripriya | tbh: in case you are uploading a new patchset today, we can release it as part of liberty release | 01:58 |
sripriya | release-->include | 01:58 |
sripriya | tbh: looks good overall | 01:59 |
tbh | sripriya, what is the deadline | 01:59 |
*** dkusidlo has quit IRC | 01:59 | |
tbh | sripriya, I mean in one hr? | 01:59 |
sripriya | tbh: 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 merged | 01:59 |
sripriya | tbh: no sometime tonight | 01:59 |
sripriya | tbh: take your time, there is no hurry | 02:00 |
tbh | sripriya, sure | 02:00 |
sripriya | tbh: the test cases are almost good to go except for the comments | 02:00 |
sripriya | tbh: so please feel free to do it at your convenience, i just mentioned as a FYI | 02:00 |
tbh | sripriya, in test_monitor_call, can we assert whether the is_pingable is called or not? | 02:02 |
tbh | sripriya, because we already have test for success and filure | 02:03 |
sripriya | tbh: that is not required, we can directly test if the 3rd party lib url_open is called in monitor_call | 02:03 |
sripriya | tbh: yeah we can discard them and have just 2 test cases for success and failure for test_monitor_call | 02:03 |
sripriya | tbh: basically move the logic from is_pingable to test_monitor | 02:04 |
tbh | sripriya, okay | 02:04 |
*** arturt__ has quit IRC | 02:08 | |
*** mbound has joined #tacker | 02:10 | |
*** mbound has quit IRC | 02:15 | |
*** sripriya has quit IRC | 02:16 | |
*** bobh has joined #tacker | 02:29 | |
*** arturt__ has joined #tacker | 02:30 | |
*** lhcheng has joined #tacker | 02:45 | |
*** lhcheng_ has quit IRC | 02:45 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: [WIP]Add unit test cases for monitoring framework https://review.openstack.org/236894 | 03:01 |
*** bobh has quit IRC | 03:28 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Add unit test cases for monitoring framework https://review.openstack.org/236894 | 03:32 |
*** tbh has quit IRC | 03:32 | |
*** arturt__ has quit IRC | 03:40 | |
*** tbh has joined #tacker | 03:56 | |
*** mbound has joined #tacker | 03:57 | |
*** mbound has quit IRC | 04:01 | |
*** arturt__ has joined #tacker | 04:18 | |
*** arturt__ has quit IRC | 04:21 | |
*** arturt__ has joined #tacker | 04:24 | |
*** arturt__ has quit IRC | 04:28 | |
*** tbh_ has joined #tacker | 04:56 | |
*** tbh has quit IRC | 04:56 | |
*** tbh_ has quit IRC | 04:59 | |
*** tbh has joined #tacker | 05:00 | |
*** sridhar_ram has joined #tacker | 05:05 | |
*** manikanta has joined #tacker | 05:07 | |
*** manikanta_ has joined #tacker | 05:08 | |
*** lhcheng has quit IRC | 05:37 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Add unit test cases for monitoring framework https://review.openstack.org/236894 | 06:01 |
*** tbh_ has joined #tacker | 06:03 | |
*** tbh_ has quit IRC | 06:10 | |
*** sridhar_ram1 has joined #tacker | 06:13 | |
*** sridhar_ram has quit IRC | 06:15 | |
*** lhcheng has joined #tacker | 06:17 | |
*** sridhar_ram1 has quit IRC | 06:19 | |
*** sripriya has joined #tacker | 06:31 | |
sripriya | tbh: hello | 06:32 |
tbh | sripriya: Hi | 06:32 |
sripriya | tbh: the unit tests are only running for test_run_monitor... do you have the issue locally? | 06:33 |
sripriya | tbh: even the gate did not pick the tests | 06:33 |
sripriya | tbh: it did not run on my own system too | 06:33 |
tbh | sripriya: I can see the tests using testr list-tests | 06:34 |
tbh | sripriya: using those results I run each test using python -m "testtools.run" <test_name | 06:35 |
sripriya | tbh: did you run the tox? | 06:35 |
tbh | I have checked now, using tox -epy27 I can see only tacker.tests.unit.vm.test_monitor.TestVNFMonitor.test_add_hosting_vnf | 06:35 |
sripriya | tbh: yes | 06:35 |
sripriya | tbh: not sure if this is the one causing problem | 06:36 |
sripriya | tbh: 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 |
tbh | sripriya: yeah I got same error | 06:36 |
sripriya | tbh: are we missing some config for log in these files | 06:37 |
tbh | sripriya: I think so, but will that cause problem, I am looking to solve this error | 06:38 |
sripriya | tbh: hmmmm, even i'm wondering why it only ran test_run_monitor and not the renaming ones in test_monitor.py | 06:40 |
tbh | sripriya: for every time I am running tox-epy27, it is running random test cases | 06:45 |
tbh | sripriya: can you see that scenario | 06:46 |
sripriya | tbh: but it did run 19 tests | 06:54 |
sripriya | tbh: i see this in my system | 06:54 |
sripriya | tbh: Ran 19 tests in 3.902s | 06:54 |
sripriya | OK | 06:54 |
*** lhcheng has quit IRC | 06:54 | |
sripriya | tbh: however it listed only the 10 of them in output log | 06:55 |
sripriya | weird.... | 06:55 |
tbh | sripriya: I just checked that | 06:55 |
*** karimb has joined #tacker | 06:56 | |
sripriya | tbh: not sure why it did not display the runtimes of the remaining 9 tests | 06:56 |
sripriya | tbh: ah, i guess it displays only the slowest tests | 06:57 |
sripriya | tbh: i guess we should not be worrying about this... | 06:57 |
tbh | sripriya: about the say that | 06:57 |
tbh | sripriya: top 10 slowest tests I guess | 06:57 |
sripriya | tbh: yup! | 06:57 |
sripriya | tbh: :) | 06:57 |
tbh | sripriya: that's why random test cases | 06:58 |
sripriya | tbh: i see, in my case it was always the test_run_monitor | 06:58 |
tbh | sripriya: oh okay | 06:58 |
sripriya | tbh: just +1 'ed it | 06:59 |
tbh | sripriya: thank you, almost new to unit testing | 06:59 |
sripriya | tbh: same here, brand new to it and i completely understand. tbh: you did a good job for a first timer! | 07:00 |
tbh | sripriya: :) | 07:01 |
*** lhcheng has joined #tacker | 07:10 | |
tbh | sripriya: do we get stable/liberty today? | 07:10 |
sripriya | tbh: sridhar_ram just pinged that he would be cutting a release soon | 07:11 |
tbh | sripriya: oh nice | 07:11 |
sripriya | tbh: i dont know if it is now or tom mrng :-) | 07:12 |
tbh | sripriya: in both cases it is today for me | 07:12 |
sripriya | tbh: LOL | 07:12 |
sripriya | tbh: actually it is the same here, since it is already Friday! | 07:13 |
tbh | sripriya: :) | 07:14 |
openstackgerrit | Merged openstack/tacker: Add unit test cases for monitoring framework https://review.openstack.org/236894 | 07:18 |
*** sripriya has quit IRC | 07:19 | |
*** dkusidlo has joined #tacker | 07:51 | |
*** dkusidlo has quit IRC | 07:55 | |
*** mbound has joined #tacker | 08:06 | |
*** zeih has joined #tacker | 08:11 | |
*** zeih has quit IRC | 09:10 | |
*** zeih has joined #tacker | 09:28 | |
*** lhcheng has quit IRC | 09:29 | |
*** masterbound has joined #tacker | 09:58 | |
*** zeih_ has joined #tacker | 09:59 | |
*** zeih__ has joined #tacker | 10:07 | |
*** zeih has quit IRC | 10:07 | |
*** mbound has quit IRC | 10:07 | |
*** manikanta_ has quit IRC | 10:07 | |
*** dmellado has quit IRC | 10:07 | |
*** dmellado has joined #tacker | 10:09 | |
*** zeih_ has quit IRC | 10:10 | |
*** manikanta_ has joined #tacker | 10:13 | |
*** zeih__ has quit IRC | 10:21 | |
*** karimb has quit IRC | 10:52 | |
*** zeih has joined #tacker | 10:52 | |
*** karimb has joined #tacker | 10:54 | |
*** lhcheng has joined #tacker | 11:18 | |
*** lhcheng has quit IRC | 11:22 | |
*** karimb has quit IRC | 11:27 | |
*** openstackgerrit has quit IRC | 11:46 | |
*** openstackgerrit has joined #tacker | 11:47 | |
*** tbh has quit IRC | 12:27 | |
*** manikanta_ has quit IRC | 12:29 | |
*** manikanta has quit IRC | 12:29 | |
*** dkusidlo has joined #tacker | 12:37 | |
*** zeih has quit IRC | 12:38 | |
*** dkusidlo has quit IRC | 12:42 | |
*** zeih has joined #tacker | 12:51 | |
*** zeih_ has joined #tacker | 12:56 | |
*** zeih has quit IRC | 13:00 | |
*** trozet has quit IRC | 13:04 | |
*** lhcheng has joined #tacker | 13:07 | |
*** zeih_ has quit IRC | 13:08 | |
*** lhcheng has quit IRC | 13:12 | |
*** bobh has joined #tacker | 13:20 | |
*** trozet has joined #tacker | 14:05 | |
*** tbh has joined #tacker | 14:25 | |
*** bobh has quit IRC | 14:49 | |
*** bobh has joined #tacker | 14:49 | |
*** dkusidlo has joined #tacker | 14:52 | |
*** bobh has quit IRC | 14:55 | |
*** bobh has joined #tacker | 14:57 | |
*** bobh has quit IRC | 15:06 | |
*** bobh has joined #tacker | 15:21 | |
*** lhcheng has joined #tacker | 15:22 | |
*** bobh has quit IRC | 15:27 | |
*** bobh has joined #tacker | 15:32 | |
*** dkusidlo has quit IRC | 15:47 | |
*** bobh has quit IRC | 15:52 | |
*** tbh has quit IRC | 15:52 | |
*** tbharath has joined #tacker | 15:52 | |
openstackgerrit | Imran Hayder Malik proposed openstack/tacker: Add option to generate sample conf file. https://review.openstack.org/237877 | 15:59 |
*** sridhar_ram has joined #tacker | 16:00 | |
*** sridhar_ram1 has joined #tacker | 16:01 | |
*** sridhar_ram has quit IRC | 16:04 | |
*** karimb has joined #tacker | 16:25 | |
*** sripriya has joined #tacker | 16:39 | |
*** lhcheng has quit IRC | 16:42 | |
*** sridhar_ram1 has quit IRC | 17:04 | |
openstackgerrit | Imran Hayder Malik proposed openstack/tacker: Add option to generate sample conf file https://review.openstack.org/237877 | 17:05 |
*** sridhar_ram1 has joined #tacker | 17:07 | |
openstackgerrit | Imran Hayder Malik proposed openstack/tacker: Add the sample conf generated to gitignore https://review.openstack.org/239002 | 17:08 |
*** s3wong has joined #tacker | 17:11 | |
*** sripriya_ has joined #tacker | 17:41 | |
*** sripriya has quit IRC | 17:44 | |
tbharath | for the next week I can see you all online in Asia time zone | 17:52 |
s3wong | tbharath: perhaps, assuming we actually stay awake during keynotes :-) | 17:58 |
*** karimb has quit IRC | 18:01 | |
*** sridhar_ram has joined #tacker | 18:03 | |
tbharath | s3wong, :-) | 18:04 |
sripriya_ | tbharath: i wil be in Indian time zone for quite sometime ( 2 weeks) after summit :-) | 18:04 |
*** sridhar_ram1 has quit IRC | 18:04 | |
tbharath | sripriya_, then it is wonderful | 18:05 |
tbharath | sripriya_, in chennai? | 18:06 |
sripriya_ | tbharath: bangalore | 18:06 |
tbharath | sripriya_, oh | 18:06 |
*** tbharath has quit IRC | 18:17 | |
*** masterbound has quit IRC | 18:22 | |
*** sridhar_ram has quit IRC | 18:55 | |
*** sridhar_ram has joined #tacker | 19:00 | |
*** lhcheng has joined #tacker | 19:04 | |
*** lhcheng has quit IRC | 19:13 | |
*** mbound has joined #tacker | 20:40 | |
openstackgerrit | Sripriya Seetharam proposed openstack/tacker: Fixes port still in use for monitoring workflow https://review.openstack.org/239104 | 20:44 |
openstackgerrit | Merged openstack/tacker: Fixes port still in use for monitoring workflow https://review.openstack.org/239104 | 21:17 |
openstackgerrit | Sridhar Ramaswamy proposed openstack/tacker: Add Tacker monitoring tests https://review.openstack.org/234543 | 21:22 |
*** prashantD has joined #tacker | 21:24 | |
*** prashantD has left #tacker | 21:24 | |
*** prashantD has joined #tacker | 21:24 | |
s3wong | sridhar_ram: ping | 21:28 |
*** trozet has quit IRC | 22:05 | |
*** sripriya_ has quit IRC | 22:32 | |
*** Greg__ has joined #tacker | 22:49 | |
*** Greg__ has left #tacker | 22:49 | |
sridhar_ram | s3wong: pong | 22:49 |
s3wong | sridhar_ram: in the last meeting, when you mentioned there is a conflict between Tacker weekly and OASIS TC meeting | 22:50 |
sridhar_ram | s3wong: yes | 22:50 |
sridhar_ram | Thur 9am Pacific | 22:50 |
s3wong | sridhar_ram: is the OASIS meeting time UTC based? | 22:50 |
s3wong | sridhar_ram: because our next meeting, we will already be in standard time instead of daylight saving | 22:51 |
sridhar_ram | s3wong: I believe it is based on EST | 22:51 |
s3wong | sridhar_ram: so the next Tacker meeting would be 8am PST (I believe) | 22:51 |
s3wong | until March next year :-) | 22:51 |
sridhar_ram | s3wong: hmm.. true, but 8am slot is terrible for me | 22:51 |
sridhar_ram | s3wong: we gottu move either case then :) | 22:52 |
sridhar_ram | s3wong: well.. it depends on what others think.. need to start a doodle poll | 22:52 |
s3wong | sridhar_ram: I see. Just like 7am doesn't work for me (the reason why I stopped attending the NFV insiders meetings | 22:53 |
s3wong | ) | 22:53 |
sridhar_ram | s3wong: true.. 7am is bad too, that lingers the whole day | 22:54 |
sridhar_ram | s3wong: heads up.. I think everything we were looking for liberty target has landed | 22:54 |
s3wong | sridhar_ram: I usually drop off my daughter at my parents' sometime between 7 and 8, depending on when she actually wakes up | 22:54 |
sridhar_ram | s3wong: so pulling stable/liberty | 22:54 |
s3wong | sridhar_ram: impressive | 22:55 |
sridhar_ram | s3wong: yeah.. can't believe how far we came w/ this projject | 22:55 |
s3wong | sridhar_ram: networking-sfc patches didn't land on-time for summit, despite our best effort | 22:55 |
sridhar_ram | s3wong: remember the same time last summit | 22:55 |
sridhar_ram | s3wong: n-sfc prob needs one more cycle to firm up | 22:55 |
s3wong | sridhar_ram: I think with a bunch of recent cleanup, we realize how haste-ly everything was put together | 22:56 |
s3wong | (in reference to Tacker in Kilo or before) | 22:56 |
s3wong | sridhar_ram: that said, I am still extremely proud of our demo | 22:56 |
sridhar_ram | s3wong: yep, but all is fair in a quick demo! | 22:56 |
s3wong | sridhar_ram: that really was quite impressive | 22:56 |
sridhar_ram | yep.. | 22:57 |
s3wong | sridhar_ram: once n-sfc patches landed, and the Heat work gets done, I guess we can look into integration | 22:57 |
s3wong | sridhar_ram: how is the tosca-service-graph draft coming along? | 22:58 |
sridhar_ram | s3wong: progress is slow... | 23:17 |
sridhar_ram | stable/liberty got pulled | 23:17 |
sridhar_ram | s3wong: check out http://tacker-docs.readthedocs.org/en/latest/ | 23:17 |
s3wong | sridhar_ram: so the idea is we would come up with our own template for SFC, whenever we want to support SFC? | 23:17 |
sridhar_ram | s3wong: 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 week | 23:26 |
sridhar_ram | I'll send a pointer to you when I get a chance... | 23:26 |
s3wong | sridhar_ram: cool, thanks | 23:26 |
sridhar_ram | s3wong: one more quick liberty thing | 23:38 |
*** jongchoi has joined #tacker | 23:38 | |
openstackgerrit | Santosh Kodicherla proposed openstack/tacker: Add Tacker monitoring tests https://review.openstack.org/234543 | 23:38 |
sridhar_ram | s3wong: can you help to review/merge https://review.openstack.org/#/c/239126 ? | 23:38 |
s3wong | sridhar_ram: my guess is https://review.openstack.org/#/c/239126/ | 23:38 |
s3wong | Oh, paste it at the same time | 23:38 |
s3wong | just noticed that | 23:39 |
s3wong | here, let's fix it at stable/liberty | 23:39 |
s3wong | (merged) | 23:39 |
sridhar_ram | thanks! tacker team work .. rocks! | 23:40 |
sridhar_ram | almost ready to sign off .. after a stack.sh run :) | 23:40 |
sridhar_ram | s3wong: when is your flight ? | 23:40 |
s3wong | Sunday morning | 23:41 |
s3wong | sridhar_ram: are you leaving tomorrow? | 23:41 |
sridhar_ram | yeah.. tomorrow morning.. and I haven' | 23:43 |
sridhar_ram | .. haven't packed anything yet :( | 23:44 |
s3wong | sridhar_ram: most people reach Tokyo by Sunday, I guess | 23:45 |
s3wong | sridhar_ram: my co-speakers for the SFC talk were surprised that I don't get there until Monday night(!) | 23:45 |
s3wong | sridhar_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!