Browse Source

Replace check_process with tests.toml

Alexandre Aubin 1 year ago
parent
commit
60f3bced65
2 changed files with 14 additions and 20 deletions
  1. 0 20
      check_process
  2. 14 0
      tests.toml

+ 0 - 20
check_process

@@ -1,20 +0,0 @@
-;; Test complet
-	; Manifest
-		wifi_ssid="myNeutralNetwork"
-		wifi_passphrase="VhegT8oev0jZI"
-		firmware_nonfree="no"
-	; Checks
-		pkg_linter=1
-		setup_sub_dir=0
-		setup_root=0
-		setup_nourl=1
-		setup_private=0
-		setup_public=0
-		upgrade=1
-		upgrade=1	from_commit=539a1f26c30ba850455c63746d50ce3d8f33b119
-		backup_restore=1
-		multi_instance=1
-		change_url=0
-;;; Upgrade options
-	; commit=539a1f26c30ba850455c63746d50ce3d8f33b119
-		name=Pre-2.0

+ 14 - 0
tests.toml

@@ -0,0 +1,14 @@
+test_format = 1.0
+
+[default]
+
+    args.wifi_passphrase = "!abcDEF01234"
+    args.firmware_nonfree = "no"
+
+    test_upgrade_from.539a1f26.name = "Pre 2.0"
+
+[with_nonfree]
+    
+    args.wifi_passphrase = "!abcDEF01234"
+    args.firmware_nonfree = "yes"
+    only = ["install.nourl"]