14:00:47 <mbuil> #startmeeting SFC-week-20 14:00:47 <collabot`> Meeting started Wed May 16 14:00:47 2018 UTC. The chair is mbuil. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:47 <collabot`> Useful Commands: #action #agreed #help #info #idea #link #topic. 14:00:47 <collabot`> The meeting name has been set to 'sfc_week_20' 14:00:51 <mbuil> #link https://zoom.us/j/5014627785 14:01:02 <mbuil> #topic rollcall 14:01:07 <mbuil> #info Manuel Buil 14:01:13 <mardim> #info Dimitrios Markou 14:01:18 <bjohnson_> #info Brady Johnson 14:02:14 <pkaralis> #info Panagiotis Karalis 14:04:46 <mbuil> #topic New person in the project! 14:08:19 <mbuil> #info Venkat will try to fix the sfc_two_chains_SSH_and_HTTP test 14:08:30 <mbuil> #info ODL is missing a feature in order to run that test 14:08:35 <mbuil> #link https://jira.opendaylight.org/browse/SFC-220 14:10:13 <mbuil> #topic Unitest for SFC repo 14:10:37 <mardim> https://gerrit.opnfv.org/gerrit/#/c/57213/ 14:10:42 <mbuil> #info Dimitris is continuing with the unitest framework. He is starting with the cleanup 14:10:48 <mbuil> #link https://gerrit.opnfv.org/gerrit/#/c/57213/ 14:10:55 <mardim> #link https://gerrit.opnfv.org/gerrit/#/c/57213/ 14:11:03 <mardim> #link https://gerrit.opnfv.org/gerrit/#/c/57221/ 14:12:04 <mbuil> #topic OVS 2.9 support in ODL Fluorine 14:12:51 <mbuil> #info no big updates this week. bjohnson_ is working on a spec to explain the openflow pipeline and the required changes 14:13:20 <mbuil> #topic Clean-up test code 14:13:37 <mbuil> #info We are just waiting for mardim to review it 14:14:04 <mardim> #info I wil I promise !!! 14:14:09 <mardim> #will* 14:14:56 <mbuil> #topic SFC errors in CI 14:15:39 <mbuil> #info Things should start working now. SNAPS problem is fixed 14:15:44 <mbuil> #link https://gerrit.opnfv.org/gerrit/#/c/57387/ 14:16:44 <bjohnson_> mardim: your patch is confirmed 14:16:47 <bjohnson_> >>> d = {"a" : 1, "b" : 2, "c" : 3} 14:16:48 <bjohnson_> >>> for l, n in d: 14:16:49 <bjohnson_> ... print "l %s n %d" % (l, n) 14:16:51 <bjohnson_> ... 14:16:52 <bjohnson_> Traceback (most recent call last): 14:16:54 <bjohnson_> File "<stdin>", line 1, in <module> 14:16:55 <bjohnson_> ValueError: need more than 1 value to unpack 14:16:57 <bjohnson_> >>> 14:16:58 <bjohnson_> >>> d = {"a" : 1, "b" : 2, "c" : 3} 14:17:00 <bjohnson_> >>> for l, n in d.iteritems(): 14:17:01 <bjohnson_> ... print "l %s n %d" % (l, n) 14:17:03 <bjohnson_> ... 14:17:05 <bjohnson_> l a n 1 14:17:06 <bjohnson_> l c n 3 14:17:07 <bjohnson_> l b n 2 14:17:28 <OPNFV-Gerrit-Bot> Merged sfc: Add iteritems() when parsing dict in Python 2.x https://gerrit.opnfv.org/gerrit/57221 14:17:39 <mardim> thanks bjohnson_ 14:28:24 <mbuil> #endmeeting