[ONOS-7583]Adding PI flow rules via REST API and unit tests

Change-Id: I15537097e7b6f8138f8ae43676d5dd22d8b9093a
diff --git a/core/common/src/test/resources/org/onosproject/codec/impl/PiActionMemberIdInstruction.json b/core/common/src/test/resources/org/onosproject/codec/impl/PiActionMemberIdInstruction.json
new file mode 100644
index 0000000..c3fce67
--- /dev/null
+++ b/core/common/src/test/resources/org/onosproject/codec/impl/PiActionMemberIdInstruction.json
@@ -0,0 +1,5 @@
+{
+  "type":"PROTOCOL_INDEPENDENT",
+  "subtype":"GROUP_MEMBER_ID",
+  "memberId": 100
+}
\ No newline at end of file