You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Populate every variable listed in :file:`vuforia_secrets.env.example`.
28
-
Each file needs distinct active Cloud database credentials so concurrent jobs do not modify the same database.
27
+
Populate every variable listed in :file:`vuforia_secrets.env.example`. Each file needs distinct active Cloud database credentials so concurrent jobs do not modify the same database.
29
28
The files can share the inactive Cloud, active and inactive VuMark, and Model Target credentials.
30
29
Add at least as many consecutively numbered files, starting at zero, as there are builds in the GitHub test matrix.
To run these tests, add the Vuforia credentials to the file :file:`vuforia_secrets.env`.
60
-
See :ref:`connecting-to-vuforia`.
59
+
To run these tests, add the Vuforia credentials to the file :file:`vuforia_secrets.env`. See :ref:`connecting-to-vuforia`.
61
60
62
61
Then run ``pytest``:
63
62
@@ -73,14 +72,12 @@ Connecting to Vuforia
73
72
To connect to Vuforia, Vuforia target databases must be created via the Vuforia Web UI.
74
73
Then, secret keys must be set as environment variables.
75
74
76
-
The test infrastructure allows those keys to be set in the file :file:`vuforia_secrets.env`.
77
-
See :file:`vuforia_secrets.env.example` for the environment variables to set.
75
+
The test infrastructure allows those keys to be set in the file :file:`vuforia_secrets.env`. See :file:`vuforia_secrets.env.example` for the environment variables to set.
78
76
79
77
Do not use a target database that you are using for other purposes.
80
78
This is because the test suite adds and deletes targets.
81
79
82
-
To create a target database, first create a license key in the `Vuforia License Manager`_.
83
-
Then, add a database from the `Vuforia Target Manager`_.
80
+
To create a target database, first create a license key in the `Vuforia License Manager`_. Then, add a database from the `Vuforia Target Manager`_.
84
81
85
82
To find the environment variables to set in the :file:`vuforia_secrets.env` file, visit the Target Database in the `Vuforia Target Manager`_ and view the "Database Access Keys".
0 commit comments