Alpha Testing
Accessing the Test Environment
Squirrel is available for testing from a conda environment on the dev-srv09
filesystem.
If you do not have conda installed, follow S3DF’s instructions.
In your
.condarc
, add/sdf/group/ad/eed/swapps/conda/envs
underenv_dirs
.Run
conda info --envs
to confirmsquirrel-alpha
is an option.Run
conda activate squirrel-alpha
to activate the environment, andconda deactivate
to leave the environment.
Notes
This test environment uses a shared backend, so any changes such as PVs edits and new snapshots will be available to other testers.
To enable fetching real PV values on a dev server, source
/afs/slac/g/lcls/epics/setup/envSet_prodOnDev.bash
. Live values can then be disabled by
sourcing /afs/slac/g/lcls/epics/setup/envSet_dev.bash
or loading a new session.
Feedback
Bug reports and feature requests can be made by filling out this form.