Skip to content

ralphlange/catvs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Run w/ IOC

SOFTIOC=/usr/bin/softIoc DUT=$PWD/wrapioc.sh python -m unittest discover -s catvs/server/ -t .

or

SOFTIOC=/usr/bin/softIoc DUT=$PWD/wrapioc.sh nosetests catvs.server

Run w/ PCAS

DUT=$PWD/pcastest/bin/linux-x86_64/pcas nosetests catvs.server



Server tests spec.

Server must provide the following PVs

'ival'

 type DBR_LONG count 1 R/W access
 initial value '42'

'aval'
 type DBR_SHORT count 5 R/W access
 initial size 0 or 5, values are zeros is size!=0

Server must not provide the following PVs

'invalid'

About

CA test and validation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 74.8%
  • C++ 16.6%
  • Makefile 5.0%
  • Shell 3.6%