Merge "BugFIX: NSB-setup build script fix for BM"
[yardstick.git] / yardstick / network_services / traffic_profile / base.py
index 611792b..ad256b4 100644 (file)
@@ -22,6 +22,8 @@ class TrafficProfile(object):
     This class defines the behavior
 
     """
+    UPLINK = "uplink"
+    DOWNLINK = "downlink"
 
     @staticmethod
     def get(tp_config):