vppapigen: fix fromjson coverity errors in generation
[vpp.git] / src / vat2 / test / vat2_test.api
index 6a2c94d..fe96dd7 100644 (file)
@@ -28,3 +28,14 @@ enumflag test_enumflags {
 autoreply define test_enum {
   vl_api_test_enumflags_t flags;
 };
+
+typedef test_stringtype {
+  string str[];
+};
+
+autoreply define test_string {
+  vl_api_test_stringtype_t str;
+};
+autoreply define test_string2 {
+  string str[];
+};