Loading Feature-Development-Guide/development-guide.md +2 −1 Original line number Original line Diff line number Diff line Loading @@ -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 ``` ``` Loading Loading
Feature-Development-Guide/development-guide.md +2 −1 Original line number Original line Diff line number Diff line Loading @@ -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 ``` ``` Loading