X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tests%2Fo2app-redis-entry.sh;fp=tests%2Fo2ims-watcher-entry.sh;h=e47ce967e9cef48ab42a409611769d87b18e02a4;hb=5e02e76308e1677fb106572b885a366eb6c0fbec;hp=1ab193e85d64afd981a15ba0d5ca199133c86c04;hpb=de778bc19d9329d3c1c3c536bfd702423102277b;p=pti%2Fo2.git diff --git a/tests/o2ims-watcher-entry.sh b/tests/o2app-redis-entry.sh similarity index 54% rename from tests/o2ims-watcher-entry.sh rename to tests/o2app-redis-entry.sh index 1ab193e..e47ce96 100644 --- a/tests/o2ims-watcher-entry.sh +++ b/tests/o2app-redis-entry.sh @@ -3,9 +3,15 @@ # pip install -e /src # python /o2ims/entrypoints/resource_watcher.py +mkdir -p /etc/o2 cp -r /configs/* /etc/o2/ +mkdir -p /src/o2common cp -r /o2common/* /src/o2common +mkdir -p /src/o2ims cp -r /o2ims/* /src/o2ims +mkdir -p /src/o2dms cp -r /o2dms/* /src/o2dms +mkdir -p /src/o2app +cp -r /o2app/* /src/o2app pip install -e /src -python /o2ims/entrypoints/resource_watcher.py +python /o2app/entrypoints/redis_eventconsumer.py