diff --git a/Makefile b/Makefile index 213bda3..784294e 100644 --- a/Makefile +++ b/Makefile @@ -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 . diff --git a/test/ct/api/2-non-disruptive/test_component_endpoints.tavern.yaml b/test/ct/api/2-non-disruptive/test_component_endpoints.tavern.yaml index a2d4e77..cccc701 100644 --- a/test/ct/api/2-non-disruptive/test_component_endpoints.tavern.yaml +++ b/test/ct/api/2-non-disruptive/test_component_endpoints.tavern.yaml @@ -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 @@ -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