diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-27 18:58:38 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-27 18:58:38 +0100 |
commit | 0beaa4faff6b0367b922cfbc655598251263fce2 (patch) | |
tree | ffd8f1711d4a2239d08a0e9d341c4186be145074 /scripts | |
parent | 54e8b1c9c32f46c0be061d41fb79373c185df298 (diff) | |
download | vyos-build-0beaa4faff6b0367b922cfbc655598251263fce2.tar.gz vyos-build-0beaa4faff6b0367b922cfbc655598251263fce2.zip |
Revert "Testsuite: add basic cfg/op-mode switch"
This reverts commit f9e8fc314c94c1a09804c1c5827bc1cf50c95358.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-qemu-install | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index aced58b5..dc53108c 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -281,16 +281,7 @@ try: c.expect(r'vyos@vyos:~\$') log.info('Logged in!') - ################################################# - # Basic Configmode/Opmode switch - ################################################# - log.info("Basic CLI login test") - c.sendline('configure') - c.expect(r'\n[edit]\nvyos@vyos:~\#') - log.info('Switched to configuration mode') - c.sendline('exit') - c.expect(r'\nexit\nvyos@vyos:~\$') - log.info('Switched to operation mode') + ################################################# # Executing test-suite |