From 178c9c31dd4a292d31cbcd5111736a37ecd527e0 Mon Sep 17 00:00:00 2001 From: Craig Orendi Date: Thu, 12 Nov 2015 09:55:05 +0000 Subject: [PATCH] missing Be in shouldnotbepinged --- exec/testcases/xenserver/tc/dotnetagentlicensing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/testcases/xenserver/tc/dotnetagentlicensing.py b/exec/testcases/xenserver/tc/dotnetagentlicensing.py index 1f910f743..0c233fef8 100755 --- a/exec/testcases/xenserver/tc/dotnetagentlicensing.py +++ b/exec/testcases/xenserver/tc/dotnetagentlicensing.py @@ -246,7 +246,7 @@ class ToggleAUHierarchy(DotNetAgentTestCases): self._shouldNotBePinged(trigger, server) autoupdate.enable() assertions.assertTrue(autoupdate.checkKeyPresent(), "DisableAutoUpdate reg key is not present") - self._shouldNotPinged(trigger,server) + self._shouldNotBePinged(trigger,server) autoupdate.setUserPoolAdmin() autoupdate.enable() assertions.assertTrue(autoupdate.checkKeyPresent() and autoupdate.isActive(),"Xapi does not indicate that AutoUpdate is enabled") -- 2.39.5