From 656ea31fc6a4313fb002d5f515e130b1451bd067 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 12 Jan 2021 17:39:58 +0100 Subject: QEMU: remove vyos-configd tests This is not available in VyOS 1.2. --- scripts/check-qemu-install | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 4bc16160..c73efd62 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -68,12 +68,6 @@ parser.add_argument('--logfile', help='Log to file') parser.add_argument('--no-kvm', help='Disable use of kvm', action='store_true', default=False) -parser.add_argument('--configd', help='Execute testsuite with config daemon', - action='store_true', - default=False) -parser.add_argument('--configtest', help='Execute load/commit config tests', - action='store_true', - default=False) args = parser.parse_args() @@ -296,16 +290,6 @@ try: c.sendline('sudo modprobe mac80211_hwsim') c.expect(r'vyos@vyos:~\$') - ################################################# - # Start/stop config daemon - ################################################# - if args.configd: - c.sendline('sudo systemctl start vyos-configd.service &> /dev/null') - c.expect(r'vyos@vyos:~\$') - else: - c.sendline('sudo systemctl stop vyos-configd.service &> /dev/null') - c.expect(r'vyos@vyos:~\$') - ################################################# # Basic Configmode/Opmode switch ################################################# -- cgit v1.2.3