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