#1106 createImageBuild API call should raise GenericError exception for non existing build name
Closed: Fixed 3 years ago by tkopecek. Opened 5 years ago by jcupova.

Steps to Reproduce:

name_build = 'non-exist-build-1.1-11'
Run createImageBuild(name_build)

Actual result:

Fault: <Fault 1: "<type 'exceptions.TypeError'>: string indices must be integers, not str">

Expected result:

Should be returning an error message that build name is not existing.


Metadata Update from @tkopecek:
- Custom field Size adjusted to small
- Issue priority set to: Low (was: Normal)

4 years ago

Metadata Update from @jcupova:
- Issue tagged with: testing-ready

3 years ago

Metadata Update from @jcupova:
- Issue set to the milestone: 1.25

3 years ago

Metadata Update from @mfilip:
- Issue tagged with: testing-done

3 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #2732 Merged 3 years ago