This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/tests.git. Pull mirroring updated .
  1. Oct 19, 2021
  2. Oct 06, 2021
  3. Sep 23, 2021
  4. Sep 21, 2021
  5. Sep 20, 2021
  6. Sep 17, 2021
  7. Sep 15, 2021
  8. Sep 09, 2021
  9. Sep 03, 2021
  10. Aug 30, 2021
  11. Aug 13, 2021
  12. Jun 24, 2021
  13. Jun 18, 2021
  14. May 31, 2021
  15. May 27, 2021
  16. May 25, 2021
  17. May 19, 2021
  18. May 14, 2021
  19. May 12, 2021
  20. Apr 28, 2021
  21. Apr 27, 2021
  22. Apr 22, 2021
    • Mark Beierl's avatar
      Including upstream requirements · 23a917ac
      Mark Beierl authored
      
      
      Now that internal OSM software does not specify python modules in
      setup.py, we need to include the requirements.txt from the module
      in the requirements-dev.in to generate the full list properly.
      
      Change-Id: I1b9660bb3e6d22eb199757f6c90e4fdeef0c707c
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      23a917ac
  23. Apr 18, 2021
  24. Apr 15, 2021
  25. Apr 14, 2021
  26. Apr 13, 2021
  27. Apr 12, 2021
    • Mark Beierl's avatar
      Fixes for bug 1496 · 807f0832
      Mark Beierl authored
      
      
      No longer uses a build layer as there are development tools we still
      need at runtime.
      
      Changes yq to come from a stable source (PyPI) instead of PPA.
      
      Bug 1496
      
      Change-Id: I0964edc1992c11c459a572ef77cf225f2eebf568
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      807f0832
  28. Apr 09, 2021
    • garciadeblas's avatar
      Update tags in all testsuites · 4cf45d79
      garciadeblas authored
      
      
      All testsuites have been updated with the tags according to what
      was agreed in OSM-MR10 and subsequent DevOps calls:
      
      - A tag per testsuite using its mnemonic
      - Cluster tag for each of the statistically similar tests:
        - cluster_main
        - cluster_ee_config
        - cluster_relations
        - cluster_epa
        - cluster_k8s
        - cluster_k8s_charms
        - cluster_sa
        - cluster_slices
      - daily: for all tests that will run in the daily job
      - regression: for all tests that should pass in the current
        stable (same as daily for this release)
      - sanity: for all tests that should be passed by each commit in the
        stage3 to be successfully verified by Jenkins
      
      The keywork "Force Tags" has been used to force the tags in all
      the tests of a testsuite. In addition, the tag "cleanup" was kept
      to those tests doing any deletion.
      
      Change-Id: I3dcb5299a0d0984204ef60cc0450d1b330e6a3d2
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      4cf45d79
  29. Apr 08, 2021
  30. Apr 07, 2021
  31. Apr 06, 2021
    • Mark Beierl's avatar
      Feature 10296 Pip Standardization · a1f627a5
      Mark Beierl authored
      
      
      Cleanup of Dockerfile
      Moved requirements from devops/docker/tests/Dockerfile into this 
      module so they are visible.
      
      Added pylint and safety hooks.
      Added place for unit tests, but none are written yet, so does not
      run them.
      
      Change-Id: I75ce40c558bd9bc8975269dca681ba84678e6de6
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      a1f627a5