VOL-2452: MIB Templating

- working for template and non-template cases
- works with resync
- convert binary string to ascii and strip out garbage, needed for json
- remove needless logging
- clearer mib dict get
- no need to swap equipment id, it assumed the same
- under load also need to increase kafka send/recv timeout
- if any omci element cannot be found allow normal upload to proceed

Change-Id: If42e4df812b5e4ab11e2dc81e075629099d556ff
diff --git a/tox.ini b/tox.ini
index 7572850..d6f9451 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@
 ; limitations under the License.
 
 [tox]
-envlist = py27,py35,py36
+envlist = py35,py36
 skip_missing_interpreters = true
 
 [testenv]