Commit 28b44a36 authored by Yann Garcia's avatar Yann Garcia
Browse files

Editorial bug fixed

parent 09d8ead1
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -495,7 +495,8 @@ The network scenario is used by the MEC micro-service testing functions.
   # Launch the AdvantEDGE platform...
   # Launch the AdvantEDGE platform...
   meepctl deploy dep && sleep 5 && meepctl deploy core && sleep 5
   meepctl deploy dep && sleep 5 && meepctl deploy core && sleep 5
   # Launch the test campaign...
   # Launch the test campaign...
   $ ~/AdvantEDGE/test/system/loopTest 2
   $ cd ~/AdvantEDGE/test/system
   $ ./loopTest.sh 2
   # When tests are achieved, stop the AdvantEDGE platform
   # When tests are achieved, stop the AdvantEDGE platform
   meepctl delete core && sleep 5 && meepctl delete dep && sleep 5
   meepctl delete core && sleep 5 && meepctl delete dep && sleep 5
   ```
   ```