github.com/cilium/cilium@v1.16.2/Documentation/contributing/testing/index.rst (about)

     1  .. only:: not (epub or latex or html)
     2  
     3      WARNING: You are looking at unreleased Cilium documentation.
     4      Please use the official rendered version released here:
     5      https://docs.cilium.io
     6  
     7  .. _testing_guide:
     8  
     9  Testing
    10  -------
    11  
    12  There are multiple ways to test Cilium functionality, including unit-testing
    13  and integration testing. In order to improve developer throughput, we provide
    14  ways to run both the unit and integration tests in your own workspace as opposed
    15  to being fully reliant on the Cilium CI infrastructure. We encourage all PRs to
    16  add unit tests and if necessary, integration tests. Consult the following pages
    17  to see how to run the variety of tests that have been written for Cilium, and
    18  information about Cilium's CI infrastructure.
    19  
    20  .. _testing_root:
    21  
    22  .. toctree::
    23     :maxdepth: 2
    24     :glob:
    25  
    26     ci
    27     e2e
    28     e2e_legacy
    29     unit
    30     bpf
    31  
    32  The best way to get help if you get stuck is to ask a question on the `Cilium
    33  Slack`_. With Cilium contributors across the globe, there is almost always
    34  someone available to help.