X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=utils%2Fpython%2Fctftestsuite%2Fstress.py;fp=utils%2Fpython%2Fctftestsuite%2Fstress.py;h=4bf08260fb4808d051ce07f355c7ac72411d50ad;hb=09a1880981bd1eee7c15c9604380da5d37a78f22;hp=c6c8f87ce91320e9b726dd09c870d1e9fe06573e;hpb=0e4a7440512e5ac73ce9b51fd13e388238b91b7f;p=ctf-testsuite.git diff --git a/utils/python/ctftestsuite/stress.py b/utils/python/ctftestsuite/stress.py index c6c8f87..4bf0826 100644 --- a/utils/python/ctftestsuite/stress.py +++ b/utils/python/ctftestsuite/stress.py @@ -4,7 +4,7 @@ import sys import os -class MetadataTestAssitant: +class MetadataTestAssistant: BASIC_PROLOGUE = \ '''/* CTF 1.8 */ @@ -48,7 +48,7 @@ trace { # validate size if args.size < 1: - MetadataTestAssitant._perror('wrong size: {}'.format(args.size)) + MetadataTestAssistant._perror('wrong size: {}'.format(args.size)) return args @@ -80,7 +80,7 @@ trace { def _do_action(self): if self._action not in self._actions: msg = 'invalid action: "{}"'.format(self._action) - MetadataTestAssitant._perror(msg) + MetadataTestAssistant._perror(msg) self._actions[self._action]()