remove vbng from hooks.py; update port in tests/api/dredd.yml
diff --git a/xos/tests/api/dredd.yml b/xos/tests/api/dredd.yml
index a214c7c..9e32eba 100644
--- a/xos/tests/api/dredd.yml
+++ b/xos/tests/api/dredd.yml
@@ -32,4 +32,4 @@
hooks-worker-handler-host: localhost
hooks-worker-handler-port: 61321
blueprint: apiary.apib
-endpoint: 'http://127.0.0.1:8000/'
+endpoint: 'http://127.0.0.1:9999/'
diff --git a/xos/tests/api/hooks.py b/xos/tests/api/hooks.py
index 707b258..e7ba705 100644
--- a/xos/tests/api/hooks.py
+++ b/xos/tests/api/hooks.py
@@ -153,13 +153,6 @@
# print 'vcpe network relation added'
- # vbng service
- vbng_service = VBNGService()
- vbng_service.name = 'service_vbng'
- vbng_service.save()
-
- # print 'vbng_service creater'
-
# volt tenant
vt = VOLTTenant(subscriber=subscriber.id, id=1)
vt.s_tag = "222"