add tc agent

This commit is contained in:
Ofer Ben-Yacov 2016-12-18 14:11:27 +02:00
parent 4893f26802
commit a75662ca92
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Copyright (c) 2016 Red Hat, Inc.
# Copyright (c) 2016 Huawei, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
@ -38,3 +38,5 @@ class OvsdbIdlTestCase(base.BaseTestCase):
def add_queue(self):
print (cmd.AddQueue(self.ovsdb_idl, 'enp1s0f1', 1, '1000000', '1000000')
.execute())