예제 #1
0
파일: test_qos.py 프로젝트: cubeek/neutron
 def _wait_for_dscp_marking_rule_applied(self, vm, dscp_mark):
     l2_extensions.wait_until_dscp_marking_rule_applied_linuxbridge(
         vm.host.host_namespace, vm.port.name, dscp_mark)
예제 #2
0
 def _wait_for_dscp_marking_rule_applied(self, vm, dscp_mark):
     l2_extensions.wait_until_dscp_marking_rule_applied_linuxbridge(
         vm.host.host_namespace, vm.port.name, dscp_mark)