From: Jamo Luhrsen Date: Fri, 21 Feb 2020 06:56:06 +0000 (-0800) Subject: Add soft link for rfc8040 version of testplan X-Git-Tag: pre-potassium~243 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=1975d709aa513e36c7a7c1cc618f11de2ce4c22a;p=integration%2Ftest.git Add soft link for rfc8040 version of testplan releng/builder code defines it's basic csit jobs to use a testplan name of the format {project}-{functionality}.txt with a new job flavor using a {functionality} of userfeatures-rfc8040, but still wanting to use the same testplan, the easiest way to accomplish that is with this soft link. Change-Id: Ie269ec4430a9c2b8e06b02e582d392df15d8b447 Signed-off-by: Jamo Luhrsen --- diff --git a/csit/testplans/netconf-userfeatures-rfc8040-neon.txt b/csit/testplans/netconf-userfeatures-rfc8040-neon.txt new file mode 120000 index 0000000000..ce3f5608d8 --- /dev/null +++ b/csit/testplans/netconf-userfeatures-rfc8040-neon.txt @@ -0,0 +1 @@ +./netconf-userfeatures-neon.txt \ No newline at end of file diff --git a/csit/testplans/netconf-userfeatures-rfc8040.txt b/csit/testplans/netconf-userfeatures-rfc8040.txt new file mode 120000 index 0000000000..c861966d58 --- /dev/null +++ b/csit/testplans/netconf-userfeatures-rfc8040.txt @@ -0,0 +1 @@ +./netconf-userfeatures.txt \ No newline at end of file