Skip to content

Commit

Permalink
Changes for pva p4p tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Mar 26, 2018
1 parent 3a2b2cf commit a9c65ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
12 changes: 7 additions & 5 deletions malcolm/imalcolm.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,13 @@ def main():

require("tornado", "numpy", "ruamel.yaml", "cothread==2.14", "vdsgen==0.2",
"pygelf==0.3.1", "scanpointgenerator", "plop", "h5py==2.7.1")
#sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "cothread"))
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "annotypes"))
#sys.path.append(
# "/home/tmc43/virtualenvs/pymalcolm/lib/python2.7/site-packages")
sys.path.append(
"/dls_sw/work/R3.14.12.3/support/pvaPy/lib/python/2.7/linux-x86_64")
os.path.join(os.path.dirname(__file__), "..", "..", "annotypes"))
# sys.path.append(
# os.path.join(os.path.dirname(__file__), "..", "..", "cothread"))
# sys.path.append(
# "/dls_sw/work/R3.14.12.3/support/pvaPy/lib/python/2.7/linux-x86_64")
sys.path.append(
"/scratch/pvaPy/lib/python/2.7/linux-x86_64")

main()
12 changes: 2 additions & 10 deletions malcolm/modules/demo/DEMO-HELLO.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# Create some Blocks
- demo.blocks.hello_block:
mri: HELLO

- demo.blocks.hello_block:
mri: HELLO2
mri: TESTHELLO

- demo.blocks.counter_block:
mri: COUNTER

# Add a webserver
- web.blocks.web_server_block:
mri: WEB
port: 8009
mri: TESTCOUNTER

- pva.blocks.pva_server_block:
mri: PVA

0 comments on commit a9c65ef

Please sign in to comment.