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

gophercloud / gophercloud / 3787
79%

Build:
DEFAULT BRANCH: master
Ran 04 Jul 2019 08:03PM UTC
Jobs 4
Files 567
Run time 5min
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%. Remained the same
3787

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%)

72.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3787.1 04 Jul 2019 08:03PM UTC 0
80.56
Travis Job 3787.1
2 3787.2 04 Jul 2019 08:05PM UTC 0
76.86
Travis Job 3787.2
3 3787.3 04 Jul 2019 08:05PM UTC 0
76.86
Travis Job 3787.3
4 3787.4 04 Jul 2019 08:08PM UTC 0
76.86
Travis Job 3787.4
Source Files on build 3787
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3787
  • 85ccb465 on github
  • Prev Build on master (#3780)
  • Next Build on master (#3788)
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