X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=datarouter-prov%2Fsrc%2Ftest%2Fresources%2Fcreate.sql;h=a811847c765f5ecb006813d9a161732d0d9938b6;hb=c466fbd0026bfc715b4f51854186c62625e8cb61;hp=7c10672358bd9149d4491d38ec98c3bf99498223;hpb=cf55456bbe6ce4da723f9dfa64b573f02908ab24;p=dmaap%2Fdatarouter.git diff --git a/datarouter-prov/src/test/resources/create.sql b/datarouter-prov/src/test/resources/create.sql index 7c106723..a811847c 100755 --- a/datarouter-prov/src/test/resources/create.sql +++ b/datarouter-prov/src/test/resources/create.sql @@ -185,6 +185,9 @@ VALUES (1,1,'user',null,2); insert into INGRESS_ROUTES(SEQUENCE, FEEDID , USERID, SUBNET, NODESET) VALUES (2,1,'user',null,2); +insert into NODESETS(SETID, NODEID) +VALUES (1,1); + insert into NODESETS(SETID, NODEID) VALUES (2,2);