Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ LDFLAGS := -ldflags "-X main.GitCommit=$(COMMIT) \
-X 'main.GoVersion=$(GO_VERSION)' \
-X 'main.BuildUser=$(BUILD_USER)'"

all: image image-pprof unittest ct snyk ct_image
all: binaries binaries-pprof image image-pprof ct-image unittest

.PHONY : all image unittest snyk ct ct_image binaries coverage docker
.PHONY : all image image-pprof unittest ct-image binaries binaries-pprof coverage docker

image:
docker build $(NO_CACHE) --pull $(DOCKER_ARGS) --tag '$(NAME):$(VERSION)' -f Dockerfile .
Expand Down
19 changes: 19 additions & 0 deletions test/ct/api/2-non-disruptive/test_component_endpoints.tavern.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,18 @@ stages:
# no RedfishManagerInfo Actions expected for HPE CabinetPDUController Managers
required: False
allowempty: True
CommandShell:
type: map
required: False
mapping:
ServiceEnabled:
type: bool
required: False
MaxConcurrentSessions:
type: int
required: False
ConnectTypesSupported:
required: False
EthernetNICInfo:
type: seq
matching: all
Expand Down Expand Up @@ -365,6 +377,13 @@ Not Available"
required: True
enum:
- "OK"
SerialConsole:
type: map
required: False
mapping:
MaxConcurrentSessions:
type: int
required: False
PowerControl:
type: seq
matching: all
Expand Down
Loading