Skip to content

Commit

Permalink
Merge pull request #232 from jrha/test-templates-nmstate
Browse files Browse the repository at this point in the history
test-templates: Don't include network backend specific schema
  • Loading branch information
jrha authored Nov 7, 2024
2 parents eaed3e4 + 3b2c17f commit 1a60c9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci-scripts/test-templates
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ sed -i "/.*components\/ceph\/v[1-9][0-9]*\/.*/d" build_temp/test.pan
# Only test default schema version of ssh component
sed -i "/.*components\/ssh\/schema-.*/d" build_temp/test.pan

# Don't include nmstate network backend specific schema directly
sed -i "/.*components\/network\/types\/network\/backend\/.*/d" build_temp/test.pan

# try to compile it
output=`panc --output-dir build_temp --include-path .:build_temp build_temp/test.pan 2>&1`

Expand Down

0 comments on commit 1a60c9f

Please sign in to comment.