• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gophercloud / gophercloud / 3787 / 4
79%
master: 79%

Build:
DEFAULT BRANCH: master
Ran 04 Jul 2019 08:08PM UTC
Files 567
Run time 29s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jul 2019 07:58PM UTC coverage: 76.859% (-3.7%) from 80.556%
3787.4

push

travis-ci

jtopjian
Update CleanStep struct to support manual cleaning (#1638)

Currently, the **Args** property in CleanStep struct has **map[string]string that
does not match with manual cleaning steps in Ironic. It should be dictionary in
python[1][2] and interface{} in golang. For example:

BIOS setting for a node:
```
[
        {
            "interface": "bios",
            "step": "apply_configuration",
            "args": {
                "settings": [{"name": "hyper_threading_enabled", "value": "false"}]
            }
        }
]
```
This PR aims to update **Args** in **CleanStep** struct.
[1] https://github.com/openstack/ironic/blob/master/ironic/api/controllers/v1/node.py#L76
[2] https://github.com/openstack/ironic/blob/master/ironic/api/controllers/v1/node.py#L624

Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>

17185 of 22359 relevant lines covered (76.86%)

23.15 hits per line

Source Files on job 3787.4
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3185
  • Travis Job 3787.4
  • 85ccb465 on github
  • Prev Job for on master (#3780.1)
  • Next Job for on master (#3788.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc