Integrate Adara VTR changes
Change-Id: I434677e1e0033404a1860422102b17fee27b9ad8
diff --git a/xos/models.py b/xos/models.py
index 65ac70f..cb3ce1f 100644
--- a/xos/models.py
+++ b/xos/models.py
@@ -38,7 +38,7 @@
class Meta:
app_label = "vtr"
- TEST_CHOICES = ( ("ping", "Ping"), ("traceroute", "Trace Route"), ("tcpdump", "Tcp Dump") )
+ TEST_CHOICES = ( ("ping", "Ping"), ("traceroute", "Trace Route"), ("tcpdump", "Tcp Dump"), ("memory", "Memory"), ("bandwidth","Bandwidth") )
SCOPE_CHOICES = ( ("container", "Container"), ("vm", "VM") )
test = StrippedCharField(help_text="type of test", max_length=30, choices=TEST_CHOICES, null=False, blank=False)