Home
last modified time | relevance | path

Searched refs:ParseManifestFile (Results 1 – 3 of 3) sorted by relevance

/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dsteps_gitee_test.go79 …mLast, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, ret[len(ret)-1], "manifest_tag.xml"…
87 expected, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, tt.to, "manifest_tag.xml"))
Dsteps_gitee.go71 baseManifest, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, from, "manifest_tag.xml"))
86 m1, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, from, "manifest_tag.xml"))
90 m2, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, to, "manifest_tag.xml"))
/developtools/integration_verification/tools/fotff/vcs/
Dmanifest.go86 func ParseManifestFile(file string) (*Manifest, error) { func