Skip to content

Commit

Permalink
pester: added test for network config plugin
Browse files Browse the repository at this point in the history
Change-Id: I167a0ed0e120b1141294ce9af7731bb73567cf24
  • Loading branch information
ader1990 committed Nov 16, 2023
1 parent 49c0770 commit e0d84e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudbase_init_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Cloudbase-Init tests
env:
UPPER_CONSTRAINTS: "https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt"
TEST_RESOURCES: "https://github.com/ader1990/cloudbase-init-test-resources-1"
TEST_RESOURCES_BRANCH: "add_pester_functional_tests_v04"
TEST_RESOURCES_BRANCH: "add_pester_functional_tests_v05"

on: [push, pull_request]

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
Install-Module -Force -AllowClobber -Confirm:$false "Pester"
$ENV:CLOUD = "${{ matrix.cloud }}"
$ENV:TEST_ARCHITECTURE = "${{ matrix.architecture }}"
$test = 2
$test = 1
Invoke-Pester test-resources/functional-tests -Output Detailed -FullNameFilter TestVerifyBeforeAllPlugins
try {
& cmd /c "cloudbase-init.exe --noreset_service_password --config-file ./test-resources/${{ matrix.cloud }}/cloudbase-init.conf 2>&1" | Tee-Object -FilePath cloudbase-init.log
Expand Down

0 comments on commit e0d84e6

Please sign in to comment.