controller: don't write metadata file in controller

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell
2023-04-24 10:21:02 +01:00
parent 75ed3e296b
commit 2bf996d9ad
5 changed files with 130 additions and 188 deletions

View File

@@ -235,15 +235,6 @@ func TestResolvePaths(t *testing.T) {
},
},
},
{
name: "metadatafile",
options: controllerapi.BuildOptions{
MetadataFile: "test1",
},
want: controllerapi.BuildOptions{
MetadataFile: filepath.Join(tmpwd, "test1"),
},
},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {