Skip to content

Commit

Permalink
Updating Test (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingiris05 authored Aug 14, 2024
1 parent a9c9ad9 commit 7010138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/common/memory_persistent_memory_policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ resource "intersight_memory_persistent_memory_policy" "memory_persistent_memory_
logical_namespaces = [
{
additional_properties = ""
class_id = "memory.PersistentMemoryLocalSecurity"
class_id = "memory.PersistentMemoryLogicalNamespace"
name = "logical_namespace_test"
capacity = 131072
object_type = "memory.PersistentMemoryLocalSecurity"
object_type = "memory.PersistentMemoryLogicalNamespace"
mode = "block"
socket_id = 1
socket_memory_id = 6
Expand Down

0 comments on commit 7010138

Please sign in to comment.