integration test updates

Change-Id: I1e65cafce5e764ed071c4ffe6cb2e95284bb9b5a
diff --git a/router/templates/router-deployment.yaml b/router/templates/router-deployment.yaml
index 0b279f5..464a02e 100644
--- a/router/templates/router-deployment.yaml
+++ b/router/templates/router-deployment.yaml
@@ -42,6 +42,8 @@
             trap : TERM INT; sleep infinity & wait
         image: {{ .Values.images.tags.router }}
         securityContext:
+          privileged: true
+          runAsUser: 0
           capabilities:
             add:
               - NET_ADMIN