Skip to content

Commit

Permalink
Merge pull request #67 from DUNE-DAQ/eflumerf/oksconfgen_to_daqconf
Browse files Browse the repository at this point in the history
Eflumerf/oksconfgen to daqconf
  • Loading branch information
eflumerf authored Jun 27, 2024
2 parents 68b74e2 + 4540de5 commit 55fbaa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions python/integrationtest/integrationtest_drunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
import conffwk
from integrationtest.integrationtest_commandline import file_exists
from integrationtest.oks_bootjson_gen import write_config, generate_boot_json
from oksconfgen.get_session_apps import get_session_apps, get_segment_apps
from oksconfgen.generate_hwmap import generate_hwmap
from oksconfgen.generate_readoutOKS import generate_readout
from oksconfgen.consolidate import consolidate_files
from daqconf.get_session_apps import get_session_apps, get_segment_apps
from daqconf.generate_hwmap import generate_hwmap
from daqconf.generate_readoutOKS import generate_readout
from daqconf.consolidate import consolidate_files
import time
import random

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = integrationtest
version = 2.2.1
version = 2.2.2
url = https://github.com/DUNE-DAQ/integrationtest
long_description = file: docs/README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 55fbaa9

Please sign in to comment.