• Levin Zimmermann's avatar
    software/erp5/tests: Extend WCFS test scope · dab97ac5
    Levin Zimmermann authored
    This patch enhances the ERP5 + WCFS integration tests. Before it was
    only minimal; now it runs actual workload of writing and reading
    ZBigArray to the ZODB. This is necessary to securely verify WC2 is
    working with ERP5.
    
    For testing WCFS against NEO, we need compatible
    NEO => WCFS and ZODB => WCFS versions for successful tests. This is
    the reason why we need to add a specific 'test.cfg' here, which
    ensures compatible versions are installed.
    
    We had to implement the new tests in a separate test environment,
    because SlapOS Integration tests run with python3, but we need python2
    for NEO support. We need NEO, because we want to test if WCFS works with
    NEO client.
    dab97ac5
setup.py 1.92 KB