From 8263637ec9d7d5928c56f76817f91940d460a7da Mon Sep 17 00:00:00 2001 From: wr148d Date: Mon, 27 Jun 2022 09:32:27 -0400 Subject: [AAI] Update the gatling scripts to have proper structure, pom, and readme Issue-ID: AAI-3505 Signed-off-by: wr148d Change-Id: I031dd436c1fc10d92640937c4a777e653e961926 --- gatling/src/test/gatling/bodies/newtenant_valid.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gatling/src/test/gatling/bodies/newtenant_valid.json (limited to 'gatling/src/test/gatling/bodies/newtenant_valid.json') diff --git a/gatling/src/test/gatling/bodies/newtenant_valid.json b/gatling/src/test/gatling/bodies/newtenant_valid.json new file mode 100644 index 0000000..40a8c1b --- /dev/null +++ b/gatling/src/test/gatling/bodies/newtenant_valid.json @@ -0,0 +1,4 @@ +{ + "tenant-id": "${stenant}", + "tenant-name": "tenant-name" +} -- cgit 1.2.3-korg