summaryrefslogtreecommitdiffstats
path: root/test/README
blob: 40154bb8cd0f2a75a3733df117c15f8fc350755b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# STEPS TO START DEVELOPING TESTS LOCALLY
 - install virtualenv
 - generate environment using virtualenv:
    # cd $ROOT
    # virtualenv env
    # source env/bin/activate
 - install python requirements for this project by executing:
    # pip install -r requirements.txt
 - make sure user mentioned in topology.py has NOPASSWD sudo access to
    vpp_api_test


 Done.

# STEPS TO START THE TESTS
export PYTHONPATH=.
pybot -L TRACE -V resources/libraries/python/topology.py tests
span class="p">, const char *begin_or_end, const char *label); int ptls_get_bio_pem_object (BIO * bio, const char *label, ptls_buffer_t * buf); int ptls_load_bio_pem_objects (BIO * bio, const char *label, ptls_iovec_t * list, size_t list_max, size_t * nb_objects); int ptls_load_bio_certificates (ptls_context_t * ctx, BIO * bio); int load_bio_certificate_chain (ptls_context_t * ctx, const char *cert_data); int load_bio_private_key (ptls_context_t * ctx, const char *pk_data); #endif /* __included_certs_h__ */ /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */