From: Craig Orendi Date: Thu, 12 Nov 2015 09:55:05 +0000 (+0000) Subject: missing Be in shouldnotbepinged X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=178c9c31dd4a292d31cbcd5111736a37ecd527e0;p=xenrt-citrix%2Fxenrt.git missing Be in shouldnotbepinged --- 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")