Skip to content

Commit aa21043

Browse files
clintonkaparna0508
andauthored
ONTAP ASA R2 driver for iSCSI
Co-authored-by: Singh, Aparna <[email protected]>
1 parent 2fa2a04 commit aa21043

36 files changed

+5648
-743
lines changed

core/orchestrator_core_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7517,9 +7517,9 @@ func TestListLogLayers(t *testing.T) {
75177517

75187518
layers, err := o.ListLogLayers(ctx())
75197519
expected := []string{
7520-
"all", "azure-netapp-files", "core", "crd_frontend", "csi_frontend", "docker_frontend", "fake", "gcp-cvs",
7521-
"ontap-nas", "ontap-nas-economy", "ontap-nas-flexgroup", "ontap-san", "ontap-san-economy", "persistent_store",
7522-
"rest_frontend", "solidfire-san",
7520+
"all", "azure-netapp-files", "core", "crd_frontend", "csi_frontend", "docker_frontend",
7521+
"fake", "gcp-cvs", "ontap-nas", "ontap-nas-economy", "ontap-nas-flexgroup",
7522+
"ontap-san", "ontap-san-economy", "persistent_store", "rest_frontend", "solidfire-san",
75237523
}
75247524
assert.Equal(t, expected, layers)
75257525
assert.NoError(t, err)

logging/logger_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -735,9 +735,9 @@ func TestSetContextLogLayer(t *testing.T) {
735735

736736
func TestListLogLayers(t *testing.T) {
737737
assert.Equal(t, []string{
738-
"all", "azure-netapp-files", "core", "crd_frontend", "csi_frontend", "docker_frontend", "fake", "gcp-cvs",
739-
"ontap-nas", "ontap-nas-economy", "ontap-nas-flexgroup", "ontap-san", "ontap-san-economy",
740-
"persistent_store", "rest_frontend", "solidfire-san",
738+
"all", "azure-netapp-files", "core", "crd_frontend", "csi_frontend", "docker_frontend",
739+
"fake", "gcp-cvs", "ontap-nas", "ontap-nas-economy", "ontap-nas-flexgroup",
740+
"ontap-san", "ontap-san-economy", "persistent_store", "rest_frontend", "solidfire-san",
741741
}, ListLogLayers())
742742
}
743743

mocks/mock_storage_drivers/mock_ontap/mock_api.go

Lines changed: 172 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)