testing: Unify the platform names to be more programmatic. Change-Id: I4dde04437c6e6f94e3db967166eec02c5249b44e
diff --git a/nexus.resc b/nexus.resc new file mode 120000 index 0000000..ea8b673 --- /dev/null +++ b/nexus.resc
@@ -0,0 +1 @@ +shodan.resc \ No newline at end of file
diff --git a/platforms/nexus-debug.repl b/platforms/nexus-debug.repl index 537cc64..6309682 100644 --- a/platforms/nexus-debug.repl +++ b/platforms/nexus-debug.repl
@@ -14,7 +14,7 @@ // limitations under the License. // A renode platform file used by debug config -using "sim/config/platforms/nexus.repl" +using "sim/config/platforms/nexus-release.repl" // Override the memory size for debug workloads
diff --git a/platforms/nexus.repl b/platforms/nexus-release.repl similarity index 100% rename from platforms/nexus.repl rename to platforms/nexus-release.repl
diff --git a/platforms/shodan-debug.repl b/platforms/shodan-debug.repl index 00e4ed7..8023021 100644 --- a/platforms/shodan-debug.repl +++ b/platforms/shodan-debug.repl
@@ -14,7 +14,7 @@ // limitations under the License. // A renode platform file used by debug config -using "sim/config/platforms/shodan.repl" +using "sim/config/platforms/shodan-release.repl" // Override the memory size for debug workloads
diff --git a/platforms/shodan.repl b/platforms/shodan-release.repl similarity index 100% rename from platforms/shodan.repl rename to platforms/shodan-release.repl
diff --git a/shodan.resc b/shodan.resc index ce5bc77..6919f04 100644 --- a/shodan.resc +++ b/shodan.resc
@@ -33,7 +33,7 @@ include @sim/config/shodan_infrastructure/MatchaI2S.cs EnsureTypeIsLoaded "Antmicro.Renode.Peripherals.Sound.MatchaI2S" -$repl_file ?= @sim/config/platforms/shodan.repl +$repl_file ?= @sim/config/platforms/shodan-release.repl machine LoadPlatformDescription $repl_file