Skip to content

Commit

Permalink
Add tag singlenode to SNO test scenarios (openshift#2699)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxia authored Feb 22, 2022
1 parent 777fa94 commit bcb19a3
Show file tree
Hide file tree
Showing 120 changed files with 402 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features/admin/pod.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Feature: pod related features
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Endpoints should update in time and no delay
Given I have a project
Given I obtain test data file "networking/list_for_pods.json"
Expand Down Expand Up @@ -141,6 +142,7 @@ Feature: pod related features
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Pods will still be created by DaemonSet when nodes are SchedulingDisabled
Given I have a project
Given I store the schedulable workers in the :nodes clipboard
Expand Down Expand Up @@ -174,6 +176,7 @@ Feature: pod related features
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: When node labels change, DaemonSet will add pods to newly matching nodes and delete pods from not-matching nodes
Given I have a project
Given I run the :patch admin command with:
Expand Down
2 changes: 2 additions & 0 deletions features/admin/project.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Feature: project permissions
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Pod creation should fail when pod's node selector conflicts with project node selector
Given a 5 characters random string of type :dns is stored into the :proj_name clipboard
When I run the :oadm_new_project admin command with:
Expand All @@ -28,6 +29,7 @@ Feature: project permissions
@4.10 @4.9
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@singlenode
Scenario: The job and HPA should be deleted when project has been deleted
Given I have a project
Given I obtain test data file "hpa/hpa.yaml"
Expand Down
20 changes: 20 additions & 0 deletions features/admin/quota.feature
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Examples:
| path | file | pod_name | expr1 | expr2 |
| ocp11754 | pod-request-limit-valid-3.yaml | pod-request-limit-valid-3 | cpu\\s+100m\\s+30 | memory\\s+(134217728\|128Mi)\\s+16Gi | # @case_id OCP-11754
Expand All @@ -47,6 +48,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: The quota usage should NOT be incremented if Requests and Limits aren't specified
Given I have a project
Given I obtain test data file "quota/myquota.yaml"
Expand Down Expand Up @@ -83,6 +85,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: The quota usage should NOT be incremented if Requests > Limits
Given I have a project
Given I obtain test data file "quota/myquota.yaml"
Expand Down Expand Up @@ -123,6 +126,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: The quota usage should NOT be incremented if Requests = Limits but exceeding hard quota
Given I have a project
Given I obtain test data file "quota/myquota.yaml"
Expand Down Expand Up @@ -216,6 +220,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Check BestEffort scope of resourcequota
Given I have a project
Given I obtain test data file "quota/quota-besteffort.yaml"
Expand Down Expand Up @@ -273,6 +278,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Check NotBestEffort scope of resourcequota
Given I have a project
Given I obtain test data file "quota/quota-notbesteffort.yaml"
Expand Down Expand Up @@ -350,6 +356,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Check NotTerminating scope of resourcequota
Given I have a project
Given I obtain test data file "quota/quota-notterminating.yaml"
Expand Down Expand Up @@ -512,6 +519,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Could create quota if existing resources exceed to the hard quota but prevent to create further resources
Given I have a project
Given I obtain test data file "quota/quota_template.yaml"
Expand Down Expand Up @@ -644,6 +652,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Quota events for compute resource failures shouldn't be redundant
Given I have a project
Given I obtain test data file "templates/ocp10033/quota.yaml"
Expand Down Expand Up @@ -720,6 +729,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: The quota usage should be incremented if Requests = Limits and in the range of hard quota but exceed the real node available resources
Given I have a project
Given I obtain test data file "quota/myquota.yaml"
Expand Down Expand Up @@ -764,6 +774,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: The quota usage should be released when pod completed
Given I have a project
When I run the :create_quota admin command with:
Expand Down Expand Up @@ -805,6 +816,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Quota with BestEffort and NotBestEffort scope
Given I have a project
When I run the :create_quota admin command with:
Expand Down Expand Up @@ -860,6 +872,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Quota with Terminating and NotTerminating scope
Given I have a project
When I run the :create_quota admin command with:
Expand Down Expand Up @@ -924,6 +937,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Quota combined scopes
Given I have a project
When I run the :create_quota admin command with:
Expand Down Expand Up @@ -1020,6 +1034,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Quota scope conflict BestEffort and NotBestEffort
Given I have a project
When I run the :create_quota admin command with:
Expand All @@ -1037,6 +1052,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Quota scope conflict Terminating and NotTerminating
Given I have a project
When I run the :create_quota admin command with:
Expand All @@ -1054,6 +1070,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Negative test for requests.storage of quota
Given I have a project
When I run the :create_quota admin command with:
Expand Down Expand Up @@ -1102,6 +1119,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Annotation selector supports special characters
Given I have a project
Given admin ensures "crq-<%= project.name %>" cluster_resource_quota is deleted after scenario
Expand Down Expand Up @@ -1134,6 +1152,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Quota requests.storage with PVC existing
Given I have a project
Given I obtain test data file "storage/nfs/claim-rox.json"
Expand Down Expand Up @@ -1188,6 +1207,7 @@ Feature: Quota related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Prevent creating further PVC if existing PVC exceeds the quota of requests.storage
Given I have a project
# Only quota requests.storage < 5Gi
Expand Down
2 changes: 2 additions & 0 deletions features/admin/scc.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Feature: SCC policy related scenarios
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: deployment hook volume inheritance with hostPath volume
Given I have a project
# Create hostdir pod again with new SCC
Expand Down Expand Up @@ -38,6 +39,7 @@ Feature: SCC policy related scenarios
@4.10 @4.9
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@singlenode
Scenario: Create or update scc with illegal capability name should fail with prompt message
Given I have a project
Given cluster role "cluster-admin" is added to the "first" user
Expand Down
1 change: 1 addition & 0 deletions features/admin/scheduler.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Feature: Scheduler related scenarios
@4.10 @4.9
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@singlenode
Scenario: When no scheduler name is supplied, the pod is automatically scheduled using the default-scheduler
Given I have a project
Given I obtain test data file "scheduler/multiple-schedulers/pod-no-scheduler.yaml"
Expand Down
2 changes: 2 additions & 0 deletions features/build/buildconfig.feature
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Feature: buildconfig.feature

@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@singlenode
Examples:
| template |
| test-buildconfig-s2i.json | # @case_id OCP-11474
Expand All @@ -97,6 +98,7 @@ Feature: buildconfig.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Using secret to pull a docker image which be used as source input
Given I have a project
When I run the :create_secret client command with:
Expand Down
10 changes: 10 additions & 0 deletions features/build/buildlogic.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Feature: buildlogic.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Build with specified Dockerfile via new-build -D
Given I have a project
When I run the :new_build client command with:
Expand Down Expand Up @@ -60,6 +61,7 @@ Feature: buildlogic.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Create new build config use dockerfile with source repo
Given I have a project
When I run the :new_build client command with:
Expand Down Expand Up @@ -104,6 +106,7 @@ Feature: buildlogic.feature
| buildconfig-docker-dockerimage.json | # @case_id OCP-10652
@upgrade-sanity
@singlenode
Examples:
| template |
| buildconfig-s2i-dockerimage.json | # @case_id OCP-11149
Expand All @@ -114,6 +117,7 @@ Feature: buildlogic.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Build with specified Dockerfile to image with same image name via new-build
Given I have a project
When I run the :new_build client command with:
Expand Down Expand Up @@ -153,6 +157,7 @@ Feature: buildlogic.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Build from private git repo with/without ssh key
Given I have a project
And I have an ssh-git service in the project
Expand Down Expand Up @@ -200,6 +205,7 @@ Feature: buildlogic.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Create new-app from private git repo with ssh key
Given I have a project
When I run the :new_app client command with:
Expand Down Expand Up @@ -239,6 +245,7 @@ Feature: buildlogic.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Check s2i build substatus and times
Given I have a project
Given I obtain test data file "build/application-template-stibuild.json"
Expand All @@ -263,6 +270,7 @@ Feature: buildlogic.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Check docker build substatus and times
Given I have a project
Given I obtain test data file "build/application-template-dockerbuild.json"
Expand Down Expand Up @@ -454,6 +462,7 @@ Feature: buildlogic.feature
@4.10 @4.9
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@singlenode
Scenario: Pipeline build can be pruned automatically
Given I have a project
And I have a jenkins v2 application
Expand Down Expand Up @@ -508,6 +517,7 @@ Feature: buildlogic.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Mirroring built image doesn't degrade scheme2 ,keep consistent SHA's
Given I have a project
Given I save a htpasswd registry auth to the :combine_dockercfg clipboard
Expand Down
8 changes: 8 additions & 0 deletions features/build/dockerbuild.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Feature: dockerbuild.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Docker build with both SourceURI and context dir
Given I have a project
Given I obtain test data file "build/ruby20rhel7-context-docker.json"
Expand All @@ -30,6 +31,7 @@ Feature: dockerbuild.feature
@4.10 @4.9
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@singlenode
Scenario: Docker build with dockerImage with specified tag
Given I have a project
When I run the :new_app client command with:
Expand Down Expand Up @@ -91,6 +93,7 @@ Feature: dockerbuild.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Add ARGs in docker build
Given I have a project
When I run the :new_build client command with:
Expand Down Expand Up @@ -151,6 +154,7 @@ Feature: dockerbuild.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Mount source secret to builder container- dockerstrategy
Given I have a project
When I run the :create_secret client command with:
Expand Down Expand Up @@ -189,6 +193,7 @@ Feature: dockerbuild.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Mount source configmap to builder container- dockerstrategy
Given I have a project
When I run the :create_configmap client command with:
Expand Down Expand Up @@ -226,6 +231,7 @@ Feature: dockerbuild.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Mount multi paths to builder container
Given I have a project
When I run the :create_secret client command with:
Expand Down Expand Up @@ -265,6 +271,7 @@ Feature: dockerbuild.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Can't add relative path for mount path
Given I have a project
When I run the :create_secret client command with:
Expand Down Expand Up @@ -300,6 +307,7 @@ Feature: dockerbuild.feature
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@singlenode
Scenario: Mount source name must be unique
Given I have a project
When I run the :create_secret client command with:
Expand Down
2 changes: 2 additions & 0 deletions features/build/env.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Feature: env.feature
# @author shiywang@redhat.com
# @case_id OCP-11543
@proxy
@singlenode
Scenario: Can set env vars on buildconfig with new-app --env and --env-file
Given I have a project
When I run the :new_app client command with:
Expand Down Expand Up @@ -75,6 +76,7 @@ Feature: env.feature
@vsphere-ipi @openstack-ipi @gcp-ipi @baremetal-ipi @azure-ipi @aws-ipi
@vsphere-upi @openstack-upi @gcp-upi @baremetal-upi @azure-upi @aws-upi
@upgrade-sanity
@singlenode
Scenario: Can set env vars on buildconfig with new-app --env and --env-file test
Given I have a project
When I run the :new_app client command with:
Expand Down
Loading

0 comments on commit bcb19a3

Please sign in to comment.