Skip to content

Commit

Permalink
use 'jmeter' userou for add/del benchmark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmckinney committed Oct 4, 2020
1 parent dddcf8e commit 04fd608
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ public SampleResult runTest( JavaSamplerContext samplerContext )
User user = new User();
user.setUserId( userId );
user.setPassword( "secret" );
user.setOu( "dev0");
user.setOu( "jmeter");
write( "threadid: " + getThreadId() + ", userId: " + userId );
User outUser = adminMgr.addUser( user );
assertNotNull( outUser );
Expand Down

0 comments on commit 04fd608

Please sign in to comment.