Example of steps:
setup CE using master branch (2.0 release in master branch)
do basic acceptance
run Web demo test
-> Verify that VNC video is working
-> VNC video is not working
switch to the develop branch and pull sub-modules recursively
git checkout develop
git pull --recurse-submodules
run ./zebrunner.sh upgrade, confirm action and services restart
run Web demo test
-> Verify that VNC video is working
-> VNC video is not working
Example of steps: setup CE using master branch (2.0 release in master branch) do basic acceptance run Web demo test -> Verify that VNC video is working -> VNC video is not working switch to the develop branch and pull sub-modules recursively git checkout develop git pull --recurse-submodules run ./zebrunner.sh upgrade, confirm action and services restart run Web demo test -> Verify that VNC video is working -> VNC video is not working