# README
Test coverage of e2e tests
odo command | Coverage (Y/N) |
---|---|
project create | Y |
project get | Y |
project delete | Y |
project list | N |
project set | N |
app create | Y |
app get | Y |
app set | Y |
app delete | Y |
app describe | Y |
app list | Y |
catalog list | Y |
catalog search | N |
component get | Y |
component set | Y |
create | Y |
create --git | Y |
create --local | Y |
create --binary | Y |
delete | Y |
describe | Y |
link | Y |
unlink | Y |
list | Y |
push --local | Y |
push --binary | Y |
storage create | Y |
storage list | Y |
storage delete | Y |
storage mount | Y |
storage unmount | Y |
update : --git to --local | Y |
update : --local to --git | Y |
update : --binary to --git | Y |
update : --git to --binary | Y |
update : --local to --binary | Y |
update : --binary to --local | Y |
update : --binary to --binary | Y |
update : --local to --local | Y |
update : --git to --git | Y |
url create | Y |
url list | Y |
url delete | Y |
watch | N |
# Functions
SourceTest checks the component-source-type and the source url in the annotation of the bc and dc appTestName is the name of the app sourceType is the type of the source of the component i.e git/binary/local source is the source of the component i.e gitURL or path to the directory or binary file.