pldm: improve PDR config JSON files

Add the PDR type to the JOSN files so that the PDR type in the code is
unassociated with the JSON file name.
Rename 11.json become state_effecter_pdr.json.

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I3194989ecd80ea0d8befa91971bd58ff851dd375
diff --git a/test/pdr_jsons/state_effecter/good/state_effecter_pdr.json b/test/pdr_jsons/state_effecter/good/state_effecter_pdr.json
new file mode 100644
index 0000000..90e068d
--- /dev/null
+++ b/test/pdr_jsons/state_effecter/good/state_effecter_pdr.json
@@ -0,0 +1,63 @@
+{
+    "pdrType": 11,
+    "entries": [
+        {
+            "type": 33,
+            "instance": 0,
+            "container": 0,
+            "effecters": [
+                {
+                    "set": {
+                        "id": 196,
+                        "size": 1,
+                        "states": [
+                            1
+                        ]
+                    },
+                    "dbus": "/foo/bar"
+                },
+                {
+                    "set": {
+                        "id": 196,
+                        "size": 1,
+                        "states": [
+                            1,
+                            2
+                        ]
+                    },
+                    "dbus": "/foo/bar"
+                }
+            ]
+        },
+        {
+            "type": 100,
+            "instance": 0,
+            "container": 0,
+            "effecters": [
+                {
+                    "set": {
+                        "id": 197,
+                        "size": 1,
+                        "states": [
+                            1
+                        ]
+                    },
+                    "dbus": "/foo/bar"
+                },
+                {
+                    "set": {
+                        "id": 198,
+                        "size": 2,
+                        "states": [
+                            1,
+                            2,
+                            5,
+                            15
+                        ]
+                    },
+                    "dbus": "/foo/bar/baz"
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file