Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
lovoll committed Dec 10, 2024
1 parent 87ff18f commit f5a517d
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation DelegateRightsAndRevoke post DelegateReadSign", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ script:pre-request {
}

tests {
test("get InstanceDelegation ReadSign", function() {
test("InstanceDelegation DelegateRightsAndRevoke get GetReadSign", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation RevokeRead", function() {
test("InstanceDelegation DelegateRightsAndRevoke post RevokeRead", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ script:pre-request {
}

tests {
test("get InstanceDelegation Sign", function() {
test("InstanceDelegation DelegateRightsAndRevoke get GetSign", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation RevokeSign", function() {
test("InstanceDelegation DelegateRightsAndRevoke post RevokeSign", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ script:pre-request {
}

tests {
test("get InstanceDelegation EmptyResponce", function() {
test("InstanceDelegation DelegateRightsAndRevoke get GetEmptyResponce", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation DelegateRightsAndRevokeAll post DelegateReadSignPolicy1", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation DelegateRightsAndRevokeAll post DelegateReadSignPolicy2", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation DelegateRightsAndRevokeAll post DelegateReadSignPolicy3", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation DelegateRightsAndRevokeAll get GetAllInstanceDelegationsBeforeRevoke", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation DelegateRightsAndRevokeAll post RevokeAllDelegationsInstance", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation DelegateRightsAndRevokeAll get GetEmtyDelegationsAfterRevoke", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation NoRights", function() {
test("InstanceDelegation DelegateDelegaterHasNoRights post InstanceDelegation NoRights", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation RevokeMoreThanLimit post DelegatePolicyFile01", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation RevokeMoreThanLimit post DelegatePolicyFile10", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation RevokeMoreThanLimit post DelegatePolicyFile11", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation RevokeMoreThanLimit get GetBeforeDeniedRevoke", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("delete RevokeAllDelegationsForInstance", function() {
test("InstanceDelegation RevokeMoreThanLimit delete RevokeAllDeniedToManyPolicies", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation RevokeMoreThanLimit get GetAfterDeniedRevoke", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation RevokeMoreThanLimit post DelegatePolicyFile02", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation RevokeMoreThanLimit post DelegatePolicyFile03", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation RevokeMoreThanLimit post DelegatePolicyFile04", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation RevokeMoreThanLimit post DelegatePolicyFile05", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation RevokeMoreThanLimit post DelegatePolicyFile06", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation RevokeMoreThanLimit post DelegatePolicyFile07", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation RevokeMoreThanLimit post DelegatePolicyFile08", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation ReadSign", function() {
test("InstanceDelegation RevokeMoreThanLimit post DelegatePolicyFile09", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation NoResource", function() {
test("InstanceDelegation DelegateNonExistingResource post DelegateNoResource", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_NonExistingApp";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation NotExistFrom", function() {
test("InstanceDelegation DelegateNonExistingFrom post NotExistFrom", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:pre-request {
}

tests {
test("post InstanceDelegation NotExistTo", function() {
test("InstanceDelegation DelegateNonExistingTo post NotExistTo", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + testdata.app;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ script:pre-request {
}

tests {
test("get InstanceDelegation NoRihts", function() {
test("InstanceDelegation DelegateNonExistingRights get InstanceDelegation NoRights", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + "ttd/authz-bruno-testapp1";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ script:pre-request {
}

tests {
test("get InstanceDelegation NoResource", function() {
test("InstanceDelegation GetNonExistingResource get NoResource", function() {
const sharedtestdata = require(`./Testdata/sharedtestdata.json`);
const testdata = require(`./Testdata/instance-delegation/${bru.getEnvVar("tokenEnv")}.json`);
const resource = "app_" + sharedtestdata.serviceOwners.ttd.org + "_" + "authz-bruno-testapp1";
Expand Down

0 comments on commit f5a517d

Please sign in to comment.