]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
missing Be in shouldnotbepinged
authorCraig Orendi <craig.orendi@citrix.com>
Thu, 12 Nov 2015 09:55:05 +0000 (09:55 +0000)
committerCraig Orendi <craig.orendi@citrix.com>
Thu, 12 Nov 2015 09:55:05 +0000 (09:55 +0000)
exec/testcases/xenserver/tc/dotnetagentlicensing.py

index 1f910f7432dd4d54528712a725ce30a34c1d3656..0c233fef85f780510671d390004a2118edbe7def 100755 (executable)
@@ -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")