Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titletests
collapsetrue
debian@control01-onap-master:~$ cd /tmp/xtesting
debian@control01-onap-master:/tmp/xtesting$ tree -L 2
.
├── config
├── infrastructure-healthcheck
│   ├── k8s
│   └── k8s-teardown
├── security
│   ├── jdpw_ports
│   ├── kube_hunter
│   ├── nonssl_endpoints
│   ├── root_pods
│   ├── unlimitted_pods
│   └── versions
├── smoke-usecases
│   ├── basic_cds
│   ├── basic_clamp
│   ├── basic_cnf
│   ├── basic_cnf_macro
│   ├── basic_network
│   ├── basic_onboard
│   ├── basic_vm
│   ├── basic_vm_macro
│   ├── cds_resource_resolution
│   └── pnf_macro
├── xtesting-healthcheck
│   ├── core
│   ├── cps-healthcheck
│   ├── full
│   ├── healthdist
│   └── postinstall
└── xtesting-smoke-usecases-robot
    ├── cmpv2
    ├── dcaemod
    ├── hv-ves
    ├── pnf-registrate
    └── ves-collector

33 directories, 1 file

...