1
0
-1

Hi,

I am installing Onap Beijing, and while running the robot tests, the AFF is failed and reports this:

Basic AAF Health Check                                                | FAIL |
ConnectionError: HTTPSConnectionPool(host='aaf.api.simpledemo.onap.org', port=8100): Max retries exceeded with url: /authz/perms/user/demo@people.osaaf.org (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f5abc93dc90>: Failed to establish a new connection: [Errno 111] Connection refused',))

i tried to re-run the aff_vm_init mannualy then I found out that it doesn't download some containers since when it runs the dbuild.sh and the drun.sh it got stuck in the first line and I got this:

+ ./dbuild.sh

ls: cannot access '../aaf_*HOT/bin': No such file or directory

+ sleep 5

+ ./drun.sh

ls: cannot access '../aaf_2.1.1-SNAPSHOT/bin': No such file or directory


I looked up everywhere for them, but they don't seem to exist, had anyone ever faced the same probleme, if not, any ideas?

thanks,

Abir


    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      If we do a clean build on authz folder ..it will create aaf components folder which is required to run dbuild.sh & drun.sh


        CommentAdd your comment...