*** gongysh has joined #openstack-dragonflow | 01:03 | |
*** gongysh has quit IRC | 01:07 | |
*** gongysh has joined #openstack-dragonflow | 02:45 | |
*** gongysh has quit IRC | 03:14 | |
*** shihanzhang has joined #openstack-dragonflow | 03:32 | |
*** yamamoto_ has joined #openstack-dragonflow | 04:05 | |
rajivk | yulii_s, can help me to run fullstack tests on my local setup? | 04:28 |
---|---|---|
rajivk | yuli_s | 04:30 |
*** yuanwei has joined #openstack-dragonflow | 06:32 | |
*** rajivk has quit IRC | 06:57 | |
*** oanson has joined #openstack-dragonflow | 07:00 | |
*** rajivk has joined #openstack-dragonflow | 07:09 | |
*** yamamoto_ has quit IRC | 07:11 | |
*** yuval has joined #openstack-dragonflow | 07:31 | |
*** irenab has quit IRC | 07:46 | |
*** irenab has joined #openstack-dragonflow | 07:47 | |
*** irenab has quit IRC | 07:55 | |
*** yamamoto_ has joined #openstack-dragonflow | 07:55 | |
*** irenab has joined #openstack-dragonflow | 07:55 | |
*** dimak has joined #openstack-dragonflow | 08:02 | |
*** irenab has quit IRC | 08:12 | |
*** irenab has joined #openstack-dragonflow | 08:13 | |
*** gsagie has joined #openstack-dragonflow | 08:55 | |
*** lihi has joined #openstack-dragonflow | 08:56 | |
yuli_s | rajivk, i will help you | 08:57 |
yuli_s | cd /opt/stack/dragonflow | 08:57 |
yuli_s | tox -e fullstack | 08:57 |
yuli_s | if you want to run specific test | 08:58 |
yuli_s | use this | 08:58 |
yuli_s | tox -e fullstack -- dragonflow.tests.fullstack.test_l2_multicast.TestL2Multicast.test_vm_multicast | 08:58 |
rajivk | yuli_s, thanks | 08:58 |
yuli_s | this also works | 08:58 |
yuli_s | tox -e fullstack test_pub_sub_add_port | 08:58 |
yuli_s | tox -e fullstack test_create_port | 08:59 |
yuli_s | etc.. | 08:59 |
yuli_s | tox -e fullstack TestDHCPApp | 08:59 |
rajivk | I just wanted to test DHCP app | 08:59 |
rajivk | thanks for sharing the information. | 08:59 |
oanson | Dragonflow weekly meeting starting in a minute in #openstack-meeting-4 | 08:59 |
oanson | Come one come all | 09:00 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Add port qos code https://review.openstack.org/337497 | 09:23 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Support qos in network https://review.openstack.org/403577 | 09:23 |
*** hujie1 has joined #openstack-dragonflow | 09:37 | |
*** hujie1 has left #openstack-dragonflow | 09:38 | |
yuli_s | rajivk, IMHO "tox -e fullstack TestDHCPApp" this will be the best for DHCP | 09:48 |
yuli_s | it will run all dhcp tests in TestDHCPApp | 09:48 |
openstackgerrit | Merged openstack/dragonflow: Service Function Chaining specification https://review.openstack.org/394498 | 09:49 |
*** rajivk has quit IRC | 09:59 | |
*** rajivk has joined #openstack-dragonflow | 09:59 | |
*** irenab has quit IRC | 11:11 | |
*** irenab has joined #openstack-dragonflow | 11:12 | |
*** oanson has quit IRC | 11:30 | |
*** oanson has joined #openstack-dragonflow | 11:31 | |
*** zenoway has joined #openstack-dragonflow | 11:32 | |
*** irenab has quit IRC | 11:34 | |
*** irenab has joined #openstack-dragonflow | 11:37 | |
*** irenab has quit IRC | 11:42 | |
*** irenab has joined #openstack-dragonflow | 11:42 | |
*** irenab has quit IRC | 11:47 | |
*** irenab has joined #openstack-dragonflow | 11:54 | |
*** irenab has quit IRC | 12:02 | |
*** irenab has joined #openstack-dragonflow | 12:08 | |
openstackgerrit | Merged openstack/dragonflow: DNAT: Remove from local cache in floatingip delete https://review.openstack.org/400841 | 12:12 |
*** lihi has quit IRC | 12:27 | |
*** yuval has quit IRC | 12:28 | |
*** dimak has quit IRC | 12:28 | |
*** yuli_s has quit IRC | 12:28 | |
*** oanson has quit IRC | 12:29 | |
*** saggi has quit IRC | 12:29 | |
*** oanson has joined #openstack-dragonflow | 12:33 | |
*** yuli_s has joined #openstack-dragonflow | 12:33 | |
*** dimak has joined #openstack-dragonflow | 12:34 | |
*** yuval has joined #openstack-dragonflow | 12:35 | |
*** saggi has joined #openstack-dragonflow | 12:36 | |
yuli_s | oanson, why we need to set reg6 in table=0 like this: actions=set_field:0x7->reg6 ? | 12:36 |
yuli_s | it is not used elseware in rules | 12:37 |
oanson | I thought it was | 12:38 |
oanson | It may be there for historical reasons. We may also need it for SG | 12:38 |
oanson | And we may need it for TAPaaS | 12:38 |
yuli_s | sudo ovs-ofctl dump-flows -O Openflow13 br-int | sed 's/duration=[0-9]*\.[0-9]*s, //' | grep reg6 | 12:39 |
yuli_s | cookie=0x0, table=0, n_packets=165, n_bytes=15326, priority=100,in_port=3 actions=set_field:0x7->reg6,set_field:0x1->metadata,goto_table:1 | 12:39 |
yuli_s | oanson, interesting idea for TAPaaS | 12:40 |
oanson | It may also be used in metadata service, though I'm not sure | 12:40 |
yuli_s | if I mark the packet reg6, does this value will survive when packet arrives to another CN | 12:40 |
yuli_s | ? | 12:40 |
oanson | In general, it is used whenever you need to recall what the source VM was | 12:40 |
yuli_s | oanson, we use reg7 for that | 12:41 |
oanson | That's for destination VM | 12:41 |
yuli_s | hm, | 12:41 |
oanson | But I can't see it being read, that's true | 12:41 |
oanson | But don't remove it just yet. | 12:41 |
oanson | It may come in handy later | 12:41 |
yuli_s | ok, sure | 12:41 |
*** yamamoto_ has quit IRC | 12:47 | |
openstackgerrit | WangJian proposed openstack/dragonflow: Allow to change chassis info after df controller restart https://review.openstack.org/365077 | 13:11 |
*** kun_huang has joined #openstack-dragonflow | 13:14 | |
*** yamamoto has joined #openstack-dragonflow | 13:33 | |
openstackgerrit | Omer Anson proposed openstack/dragonflow: Change wait_until_true's default exception to subclass Exception https://review.openstack.org/403708 | 13:47 |
*** gsagie has quit IRC | 13:52 | |
*** oanson has quit IRC | 14:04 | |
*** irenab_ has joined #openstack-dragonflow | 14:04 | |
*** irenab has quit IRC | 14:06 | |
*** irenab_ has quit IRC | 14:08 | |
*** irenab has joined #openstack-dragonflow | 14:12 | |
*** yamamoto has quit IRC | 14:12 | |
*** SKipp_ has joined #openstack-dragonflow | 14:13 | |
*** lihi has joined #openstack-dragonflow | 14:26 | |
*** yamamoto has joined #openstack-dragonflow | 14:29 | |
*** yamamoto has quit IRC | 14:31 | |
openstackgerrit | Igor Shafran proposed openstack/dragonflow: Distributed SNAT spec https://review.openstack.org/397992 | 14:39 |
*** oanson has joined #openstack-dragonflow | 14:58 | |
*** yamamoto has joined #openstack-dragonflow | 15:10 | |
openstackgerrit | Merged openstack/dragonflow: Remove floatingip from DB Store when it is deleted https://review.openstack.org/400840 | 15:22 |
*** yamamoto has quit IRC | 15:47 | |
*** yuval has quit IRC | 16:01 | |
*** kun_huang has quit IRC | 16:01 | |
*** hujie has quit IRC | 16:01 | |
*** ntr0py has quit IRC | 16:01 | |
*** ntr0py has joined #openstack-dragonflow | 16:01 | |
*** lihi has quit IRC | 16:02 | |
*** kun_huang has joined #openstack-dragonflow | 16:09 | |
*** zenoway has quit IRC | 16:14 | |
*** zenoway has joined #openstack-dragonflow | 16:14 | |
*** dimak has quit IRC | 16:16 | |
*** saggi has quit IRC | 16:18 | |
*** zenoway has quit IRC | 16:19 | |
*** irenab has quit IRC | 16:49 | |
*** irenab has joined #openstack-dragonflow | 16:54 | |
openstackgerrit | Merged openstack/dragonflow: Fix order of arguments in assertEqual https://review.openstack.org/402329 | 17:00 |
openstackgerrit | Merged openstack/dragonflow: Moved config options for l2_app https://review.openstack.org/394725 | 17:02 |
openstackgerrit | Merged openstack/dragonflow: Return if lswitch is None for lport process https://review.openstack.org/394951 | 17:03 |
*** kun_huang has quit IRC | 17:05 | |
openstackgerrit | Merged openstack/dragonflow: Show team and repo badges on README https://review.openstack.org/402864 | 17:14 |
openstackgerrit | Merged openstack/dragonflow: Use constant as nb db table name https://review.openstack.org/401209 | 17:15 |
*** irenab has quit IRC | 19:05 | |
*** oanson has quit IRC | 20:36 | |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Add port qos code https://review.openstack.org/337497 | 23:05 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Support qos in network https://review.openstack.org/403577 | 23:06 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Update logical port when pull tenant topology from db https://review.openstack.org/385349 | 23:07 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Unify method to sync from nb db https://review.openstack.org/385350 | 23:08 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Make ICMPResponder work for all router interfaces https://review.openstack.org/389498 | 23:32 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Re-download dhcp flow when enable dhcp of subnet https://review.openstack.org/393252 | 23:32 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Create virtual tunnel port when specified https://review.openstack.org/387017 | 23:33 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!