-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update genesis.json, added new scn, update previous scn
Signed-off-by: timofeevmd <[email protected]>
- Loading branch information
1 parent
fa39321
commit aecf611
Showing
7 changed files
with
72 additions
and
61,156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package scenarious; | ||
|
||
import io.gatling.javaapi.core.ScenarioBuilder; | ||
import requests.Transactions; | ||
|
||
import static io.gatling.javaapi.core.CoreDsl.csv; | ||
import static io.gatling.javaapi.core.CoreDsl.scenario; | ||
|
||
public class DefinitionId { | ||
public static ScenarioBuilder transferAsset = scenario("register definition id") | ||
.feed(csv("preconditionList.csv").circular()) | ||
.exec( | ||
Transactions.postRegisterDefinitionId | ||
|
||
); | ||
} |
Oops, something went wrong.