Skip to content
Snippets Groups Projects
  1. Mar 22, 2019
  2. Mar 04, 2019
  3. Jan 15, 2019
  4. Nov 08, 2018
  5. Oct 30, 2018
  6. Oct 29, 2018
  7. Oct 19, 2018
  8. Oct 18, 2018
  9. Oct 17, 2018
  10. Oct 16, 2018
  11. Oct 12, 2018
  12. Oct 09, 2018
  13. Oct 05, 2018
  14. Oct 02, 2018
  15. Sep 28, 2018
  16. Sep 03, 2018
  17. Aug 28, 2018
  18. Aug 24, 2018
  19. Aug 22, 2018
  20. Aug 20, 2018
  21. Aug 13, 2018
  22. Aug 03, 2018
  23. Aug 02, 2018
  24. Aug 01, 2018
  25. Jul 31, 2018
  26. Jul 30, 2018
  27. Jul 27, 2018
    • Raphael Defosseux's avatar
    • Raphael Defosseux's avatar
      CI: Improvements on the COTS-UE bench script · a2a00d22
      Raphael Defosseux authored
        * added banner to pipeline script
        * added parameters to Jenkins pipeline / python
          * xmlfile and test stage
        * eNB configuration files are located under ci-scripts/conf_files
          * no more correction of MNC
          * still correction of EPC / eNB IP addresses at runtime
          * Initialize_eNB_args is back using the proper "-O " syntax
        * Terminate stage is parallel as in FJU's original pipeline
        * Log collection stage is back fully parallel
        * Console as artifact an option
        * Check if terminate calls ended well, to be repeated at the end
        * Adding back iperf:
          * selection of iperf vs iperf3
          * adding some iperf testcases to test suite
        * Better enb launch
      
      Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
      a2a00d22
    • Raphael Defosseux's avatar
      CI : Improvements to COTS-UE bench scripts · af2877cf
      Raphael Defosseux authored
        -- Jenkins Pipeline script:
           -- Moved the node to a proper subnetwork
           -- Added ansiColor option
        -- XML testsuite file can now be an option to the main.py python script
           -- Added some examples testsuite templates
        -- main.py python file
           -- Added an option when opening an SSH session: taking care of clients with copied SSH keys
              in that case, verifing that we are on the correct host
           -- BuildeNB method is closer from Fujitsu's original one
              improvement on flexibility for code source path naming
              better clean-up of workspace
           -- LTEBOX EPC (init / termination / logCollection) methods improvements w/ a /tmp path
           -- Checking of processes (EPC / eNB) is parallelized
              also handles LTEBOX EPX vs OAI CN
           -- UE methods added: attach, detach, reboot, ping
              With complete parallelism for multiple UEs
              iperf added but not tested
      
      Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
      af2877cf
Loading