An error occurred fetching the project authors.
  1. 19 Oct, 2018 1 commit
  2. 18 Oct, 2018 1 commit
  3. 17 Oct, 2018 1 commit
  4. 16 Oct, 2018 2 commits
  5. 12 Oct, 2018 2 commits
  6. 09 Oct, 2018 1 commit
  7. 05 Oct, 2018 1 commit
  8. 02 Oct, 2018 1 commit
  9. 28 Sep, 2018 2 commits
  10. 03 Sep, 2018 1 commit
  11. 28 Aug, 2018 1 commit
  12. 24 Aug, 2018 2 commits
  13. 22 Aug, 2018 2 commits
  14. 20 Aug, 2018 1 commit
  15. 13 Aug, 2018 1 commit
  16. 03 Aug, 2018 2 commits
  17. 02 Aug, 2018 3 commits
  18. 01 Aug, 2018 1 commit
  19. 31 Jul, 2018 2 commits
  20. 30 Jul, 2018 2 commits
  21. 27 Jul, 2018 4 commits
    • 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
    • Raphael Defosseux's avatar
      CI: integration of the "test with equipment" script · 6b383347
      Raphael Defosseux authored
        -- temporary into a separate jenkins job
        -- parameters are not in the pipeline script file
           they have to be set up manually in the Jenkins GUI configuration page
           they are then check if present in pipeline script
        -- call to python script
           -- build on a server with RF HW capabilities
              for the moment USRP B2x0
              also handles merge request process for gitlab
           -- since it is for CI, it is a clean build
           -- connect to an EPC (OAI or LTEBOX)
           -- terminates eNB / EPC
        -- log collection
      Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
      6b383347