Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:running_the_api_tests [2017/06/23 00:35] – [Manual testing with oardocker] neyronwiki:running_the_api_tests [2017/06/30 16:49] (current) – [Manual testing with oardocker] neyron
Line 2: Line 2:
 Set user: Set user:
 <code bash> <code bash>
-USER=docker:docker+APIUSER=docker:docker
 </code> </code>
 or to get access to privileged commands or to get access to privileged commands
 <code bash> <code bash>
-USER=oar:oar+APIUSER=oar:oar
 </code> </code>
  
Line 12: Line 12:
   * from outside oardocker containers   * from outside oardocker containers
 <code bash> <code bash>
-OARAPI=http://$USER@localhost:46668/oarapi-priv+OARAPI=http://$APIUSER@localhost:46668/oarapi-priv
 </code> </code>
   * from inside the oardocker frontend container   * from inside the oardocker frontend container
 <code bash> <code bash>
-OARAPI=http://$USER@localhost:6668/oarapi-priv+OARAPI=http://$APIUSER@localhost:6668/oarapi-priv
 </code> </code>
  
wiki/running_the_api_tests.txt · Last modified: 2017/06/30 16:49 by neyron
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki