manifest and olt config with ponsim. ponsim is dropping eapol even for a matching flow. But config looks right

Change-Id: I782bbf05fade4065b5ec4eea747d91f8d1c0cb96
diff --git a/src/test/setup/manifest-ponsim.json b/src/test/setup/manifest-ponsim.json
new file mode 100644
index 0000000..41c7af1
--- /dev/null
+++ b/src/test/setup/manifest-ponsim.json
@@ -0,0 +1,12 @@
+{
+    "onos_instances": 1,
+    "olt": true,
+    "olt_config" : "olt_config_ponsim.json",
+    "start_switch": false,
+    "onos_image": "onosproject/onos:latest",
+    "log_level" : "INFO",
+    "jvm_heap_size" : "1G",
+    "karaf_version" : "3.0.8",
+    "voltha_loc" : "/home/ubuntu/voltha/incubator/voltha",
+    "voltha_intf" : "ponmgmt"
+}