X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fnetwork_services%2Ftraffic_profile%2Fbase.py;h=ad256b4441531457b51385c472f7de617c345fbe;hb=6c5052211e1e3f82d55946d2df090ad787382494;hp=611792b945f03db24d3165e7dc20dbfc4059a935;hpb=3016786696b9e5a26b364cb5bd4cb5676420fe58;p=yardstick.git diff --git a/yardstick/network_services/traffic_profile/base.py b/yardstick/network_services/traffic_profile/base.py index 611792b94..ad256b444 100644 --- a/yardstick/network_services/traffic_profile/base.py +++ b/yardstick/network_services/traffic_profile/base.py @@ -22,6 +22,8 @@ class TrafficProfile(object): This class defines the behavior """ + UPLINK = "uplink" + DOWNLINK = "downlink" @staticmethod def get(tp_config):