commit | b0207baf8883bf0a5f108dcc368b6aeac1c227ad | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Mon Apr 18 08:08:20 2016 -0700 |
committer | Matteo Scandolo <teo@onlab.us> | Mon Apr 18 08:08:20 2016 -0700 |
tree | 3ab74e2219e839e6d7fbdc293260d4bfe896c1cb | |
parent | 1909304088963106cb60fd601505d69494c13d35 [diff] |
not creating tenant
diff --git a/xos/tests/api/helpers/subscriber.py b/xos/tests/api/helpers/subscriber.py index f9f5fbb..c4fcbf1 100644 --- a/xos/tests/api/helpers/subscriber.py +++ b/xos/tests/api/helpers/subscriber.py
@@ -95,12 +95,6 @@ vrouter_service.name = 'service_vrouter' vrouter_service.save() - # vRouter tenant - vrouter_tenant = VRouterTenant() - vrouter_tenant.name = 'vrouter_tenant' - vrouter_tenant.provider_service_id = 1 - vrouter_tenant.save() - print 'vRouter created' # Site