"""
CIME performance test  This class inherits from SystemTestsCommon
20 days performance test, no restart files written
"""
from CIME.XML.standard_module_setup import *
from CIME.SystemTests.system_tests_common import SystemTestsCommon
logger = logging.getLogger(__name__)
[docs]class PFS(SystemTestsCommon):
    def __init__(self, case):
        """
        initialize an object interface to the PFS system test
        """
        SystemTestsCommon.__init__(self, case)
[docs]    def run_phase(self):
        logger.info("doing an 20 day initial test, no restarts written")
        self.run_indv(suffix=None)