Commit 80f69245 authored by Jérome Perrin's avatar Jérome Perrin

fixup! slapos-testing: minimal documentation

parent 87e6b268
......@@ -11,22 +11,19 @@ Nexedi staff can see the results of this test from the test suite
`SLAPOS-EGG-TEST` in test result module.
To run test suite locally, one can use these commands in a webrunner:
Here's an example session of how a developer could use this software release in
slaprunner to develop a slapos egg, in the example `slapos.core`, to make
changes to the code, run tests and publish changes.
```bash
# install this software release
SR=https://lab.nexedi.com/nexedi/slapos/raw/master/software/slapos-testing/software.cfg
COMP=slaprunner
slapos supply $SR $COMP
slapos node software
slapos request --node=node=$COMP $SR $COMP
slapos node instance
~/srv/runner/instance/slappart0/bin/runUnitTest
```
Here's an example session of how a developer could use this software release to
develop a slapos egg, in the example `slapos.core`, to make changes to the code,
run tests and publish changes.
```bash
# The source code is a git clone working copy on the instance
cd ~/srv/runner/instance/slappart0/parts/slapos.core/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment